I have a table with a large number of columns so I would like to have a filterpane/listbox with all the dimensions and measures allowing the user to select the columns they would like to see in the table.
My table looks like this where the columns are displayed based on the selection:
So something like this:
I tried to do it using this solution but it does not appear to do anything. Can someone tell me where I'm going wrong?/How can I do this?
Here is my script in the load editor where I create the table for the selection:
Selection:
load * inline [
Dimension
Category
Revenue
Year
ProductName
ProductID
Date
];
Here is my condition for each of the columns in the table, using column ProductID as an example:
=SubStringCount(Concat(Measure),1), ProductID)