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

Slider based on a calculated value?

Hi,

I want to make a slider based on a calculated value, it's like:

num(sum(dataA)/sum(dataB),'##.##%')

also another one:

if(sum(dataC)=0 or sum(dataC)<1,0,Num( (sum(dataC)-sum(dataD))/sum(dataC) , '#,##0%'))

Is it possible to do that?

Best Regards

Peter

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Not as far as I know. Selections can be made in fields, not expressions. You can tie the slider to a variable and use the variable in an expression to check if the value in another expression matches the value of the variable.


talk is cheap, supply exceeds demand
Not applicable
Author

THANKS! Could you tell me how to set variables?