Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Adding fast change capability

How do one add a 'fast change capability' on dimensions?

2 Replies
Not applicable
Author

What do you mean by 'fast change capability'? In QlikView context, the only Fast Change I know applies to the ability to quickly switch between different chart types. This does not change the dimension of the chart, only the type.

If you're looking for a way to change dimensions without going into the chart properties, it can be done with a variable.

=If(vDimChoice = 1, DIM_1_FIELD, DIM_2_FIELD)


Then by changing the variable value, you can change the dimension. The variable could be changed via a slider or input box.

Anonymous
Not applicable
Author

In the spirit of keeping it simple: Create and use a cyclic group for your dimension.