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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Dayna
Creator II
Creator II

How to stop a slider from only showing the selected results

Hello All,
Sure this is an easy one, I have a slider that's looking at an expression:
=aggr(100*((sum({$<LVA_tr_type = {'CYC-RCNT'}>} LVA_tr_qty_loc) +
But when I make a selection on the slider it changes so it's only show me what I've selected (i.e. if the slider is 1 - 100 and I pick 10-20, it'll change show it only shows 10-20)
How do I stop this?
Kind Regards,
Dayna
1 Solution

Accepted Solutions
stephencredmond
Partner - Specialist II
Partner - Specialist II

Hi Dayna,

Use the {1} set in the Sum expression instead of {$}.

Regards,

Stephen

View solution in original post

2 Replies
stephencredmond
Partner - Specialist II
Partner - Specialist II

Hi Dayna,

Use the {1} set in the Sum expression instead of {$}.

Regards,

Stephen

Dayna
Creator II
Creator II
Author

Perfect, cheers Stephen!