Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How can you link a slider object with a calculated field

Dear,


In one of the table graphs, I have an expression which calculates a score.

Now, I want to filter on that score in that table. The problem is that I'm unable to use the expression as a segmentable dimension. Ideally, I would like to use a slider object to set a minimum & maximum range of scores to show in the table.

However, I'm clueless on how this can be done... ! Any help would be greatly appreciated.

Kind regards,

Christophe

2 Replies
marcus_sommer

I think you need a different logig for it like the slider covered your scores with two variables vSliderMin and vSliderMax and your expression react on the variable-values like:

if(YourExpression >= vSliderMin and YourExpression < vSliderMax, YourExpression)

- Marcus

Gysbert_Wassenaar

Use the same expression as expression of the slider. If that doesn't help please post a small qlikview document that illustrates the problem.


talk is cheap, supply exceeds demand