cancel
Showing results for 
Search instead for 
Did you mean: 

Multi selection of members in dropbox

former_member195433
Participant
0 Kudos
1,181

Hi,

Is there a way to select mulit-members in any component in SAC app designer. I see using checkbox group might achieve this but its not as UI friendly as dropdowns in tableau.

And also how do you acheive " selecting all " and "none" and "Apply" options in check box group ?

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member542603
Participant

Hi Pramod,

I haven't used the search option. But it is possible with proper scripting a bit complex though.

This is how now the checkbox looks with 2.

- Sathya

former_member542603
Participant
0 Kudos

Hi Parmod,

I have posted a blog on this topic, pls check it out.

https://blogs.sap.com/2020/02/13/select-all-option-in-checkbox-group-sap-analytics-cloud-analytic-ap...

- Sathya

former_member195433
Participant
0 Kudos

Hi,

Thanks for reply. Are you able to search members in checkbox group and select few ?

Can you show me how does the UI looks with two checkboxes ?

Does it mean there is no stardard widget like a filter we see in tableau and other reporting tools ?

Ultimately i am looking something similar to dimension filter in Lumira with options to search and select/ de select members in filter.

former_member542603
Participant
0 Kudos

Hi Pramod,

It can be achieved with a combination of two checkbox.

Checkbox 1 with options All and None.

Checkbox 2 with all the actual values.

And based on the selection on checkbox one you can make the selections in checkbox 2. We have implemented and it is working.

- Sathya