Hi,
I am developing an analytic app where I have both consistent variables and dynamic variables. I'm currently using a dynamic select to allow for a list box to select the dynamic variables that the user wants to include in the report while keeping the standard "mandatory" variables non-toggleable.
For example:
Data set one has Name, Age, Address, Favorite Food, Favorite Color,
Data set two has Name, Age, Address, Favorite Color, Favorite Animal, Jean Preference
The report would always include Name, Age, and Address as the standardized variables but:
I want when I run the App on data set one to be able to choose between Favorite Food and Favorite Color
and when I run the App on Data set two I want to only see Favorite Color, Favorite Animal, and Jean preference.
Therefore - I don't want Favorite Food to come up as an option when I run data set 2 because it was previously run through the SELECT statement?
Is this how its already done? Or is there a way to configure it to behave the way I need it to?
thanks!