47
Views
3
Comments
Solved
How to filter aggregate value base on RangeSlider value selection
Question

Hello,

Aggregate values should be filtered on basis of RangeSlider minimum value and value selected only when change in range slider.

2022-01-13 08-29-52
Saravanan Santhanam
Solution

Hi narendra,

Refresh the aggregate inside the Onchange action of the slider by assigning dynamic value from the silder onchange to the local variable. 

https://saravanan-gamechanger.outsystemscloud.com/TEST/Fourcolumngallery?_ts=637553835075515306

Refer this OML, for further clarity.

TEST.oml
UserImage.jpg
Mishika Bharadwaj

Hi Narendra

You can accomplish this by refreshing your aggregate on change handler of the slider. The event sends the selected value input to the handler this can then be assigned to any local attribute which drives the filter and once you refresh your aggregate it will reflect in your screen.

2025-06-28 01-52-12
Marco Mateo

Hi Narendra, 

Use the onchange handler to retrieve the value of the sliders and use it on the table

Hope this helps!

2022-01-13 08-29-52
Saravanan Santhanam
Solution

Hi narendra,

Refresh the aggregate inside the Onchange action of the slider by assigning dynamic value from the silder onchange to the local variable. 

https://saravanan-gamechanger.outsystemscloud.com/TEST/Fourcolumngallery?_ts=637553835075515306

Refer this OML, for further clarity.

TEST.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.