on 2025 Apr 01 3:05 AM
Hello,
I am working on an analytic application in SAP Analytics Cloud (SAC) using SAP BW live data. I want to control a measure in a table using a range slider with scripting. Specifically, I need to filter the measure dynamically based on the range slider's values. I have a range slider component (RangeSlider_1) and a table component (Table_1) that displays SAP BW data. Is it possible to accomplish this with scripting?
Thank you.
Request clarification before answering.
Hi,
We can configure Range slider with the setting enabled "Enable the writeback in runtime" and write the values to 2 different Script variables.
Create a calculated measure with the if condition =if(Measure1 < Scriptvariable_1 and Measure >Scriptvariable_2, Measure1,0) and enable Zero suppression in the table.
I have assumed that the table contains only 1 measure.
Thanks,
Jain
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.