Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I would like to create a button in my application that i can use to exclude values above 100%.
What is the best way to do this?
I've added a small example of my application in this topic.
Check the attached
Value Excluded
To include press the button again....
May be using Dimension Limits?
Check the attached
Value Excluded
To include press the button again....
Suppose i don't want to use a button anymore but a listbox, what should i change then?
Here is with a field called Select
Added this using an Inline Load in the script and is an Island table not connected to any other table in the script
Select:
LOAD * INLINE [
Select
Include
Exclude
];
Perfect, thank you!