Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
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
Luminary Alumni
Luminary Alumni

Hi Dayna,

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

Regards,

Stephen

View solution in original post

2 Replies
stephencredmond
Luminary Alumni
Luminary Alumni

Hi Dayna,

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

Regards,

Stephen

Dayna
Creator II
Creator II
Author

Perfect, cheers Stephen!