Forum Discussion
- sameburnContributor II
Hi. Please check formatting section of the combo box component (click Display Format ellipsis). There is a multi select option there e.g True or False
- sameburnContributor II
Hi. As JackLacava said we don't know your setup. So a lot of variables at play here.
However from a theoretical point of view you can pass the resukt of that parameter into a list e.g E#Root.List([|!parameterValue!|]) and then pass that into your CV rows / columns
- AshleeNew Contributor III
Thank you! The multi-select is there. When I select multiple entities the data disapears from the report. Do I need to add a business rule that tells the report to add values together as multiple entities are selected?
- JackLacavaHonored Contributor
Chances are that your report is simply placing that Parameter in the Cube View POV. You cannot have multiple members there, so it breaks.
You will probably have to restructure the Cube View, at a minimum placing Entities on rows or columns, maybe adding some calculated rows for totals (look up CVC and CVR functions). No Business Rule required.
A more complex alternative is to use a Pivot Grid instead of a CV, but you will need to create a Data Adapter to feed it, and that is a bit more complicated (not necessarily requiring rules, but you'll need to know your way around Data Adapters).
Related Content
- 2 years ago
- 3 months ago
- 4 months ago
- 2 years ago