on 2023 May 16 2:45 PM
Hi,
I have 2 different date dimensions in my model and I need to filter them both together.
Is there a way I can affect one by script, perhaps writing the filter range to a variable? Or any other suggestions would be great
Thank you
Request clarification before answering.
nathan.heath
If you want to select a value in First date input control and want the same selection to pass through to second date input control, You can explore the below API's
Will return the selected members of the first control. You can store this in variable.
InputControl_1.getInputControlDataSource().getActiveSelectedMembers();<br>You can use the below API to set the selection in second input control. It takes parameter as string or array of strings. You can use the previous API to get the members.
InputControl_2.getInputControlDataSource().setSelectedMembers(member: string | string[] );What’s New in SAP Analytics Cloud Release 2023.07 | SAP Blogs
Hope this helps !!
Nikhil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 18 | |
| 7 | |
| 6 | |
| 6 | |
| 6 | |
| 4 | |
| 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.