cancel
Showing results for 
Search instead for 
Did you mean: 

Clear filter button should reset all the filters SAC Analytics Application

0 Kudos
3,493

I need to clear all the input filters . I have around 10 input control, but when i am trying to clear its not working. tried so many options like sending " " to the set selected members, passing all. Please advise

View Entire Topic
N1kh1l
Active Contributor

vaishanavibashyam

vaishanavibashyamWith SAC QRC Q2 2023 release two new APIs for dimension filter will be introduced as below

  • ‘setAllMembersSelected’ – script API to set “All” members in Input Control
  • ‘isAllMembersSelected’ – script API to identity whether member “All” is selected

https://blogs.sap.com/2023/04/11/whats-new-in-sap-analytics-cloud-release-2023.07/

You can use below to select All members

InputControl_1.getInputControlDataSource().setAllMembersSelected();
baby_maran
Explorer
0 Kudos
The solution working perfectly. Thank you.