Exclude data of table based on the selection made in another table
Problem statement:To display the Inverse of the data from first table in second table.Solution:This can be achieved via scripting by using getDataSelections() along with setDimensionFilter() and a property called exclude. This setting will let us dis...