Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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

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?