Hello,
Aggregate values should be filtered on basis of RangeSlider minimum value and value selected only when change in range slider.
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.
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.
Hi Narendra,
Use the onchange handler to retrieve the value of the sliders and use it on the table
Hope this helps!