Apply a filter using resultset values
The script is placed in the button, when clicked it passes the values from Table_1 & applies them as a filter to Table_2
Apply a filter using resultset values Read More »
The script is placed in the button, when clicked it passes the values from Table_1 & applies them as a filter to Table_2
Apply a filter using resultset values Read More »
This script allows users to filter a table by entering a search string in an Input Field.You could enhance this to search for Strings that exactly match the entered value, in this example we filter on values that include the search string anywhere in the Dimension Member description.
Filter a table using a search string entered in an Input Field Read More »
In this example ‘Country’ is the dimension, France and the UK are the dimension members we want to filter on
Apply a Filter with a multiple hardcoded dimension member values Read More »