on ‎2020 Apr 27 3:55 PM
Hi,
I am currently working on BPC 11 standard and was looking for how to give option for user to select from drop down to allow "ALL" ,single selection, and multi selections.
Thanks!
Request clarification before answering.
Sorry, but I don't understand how do you want to select multiple members in drop down???
Without any relation to BPC, drop down style control is not used for multiple selection - single item is shown after selection. Theoretically it's possible to write in VBA some custom combobox with multiselect, but it's not a trivial task.
Instead of combobox you can use listbox, that allows multiple selection. Then, using VBA you can get selection result and pass it to EPMDimensionOverride for dimension in page axis (supported from some EPM SP).
P.S. "ALL" can also be an issue - multimember for page axis is limited to 30 members only. Some root parent member has to be used instead of the list of all members.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
P.S. You can look on the sample of multiselect list box at the end of my blog:
| User | Count |
|---|---|
| 16 | |
| 8 | |
| 7 | |
| 6 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.