Forum Discussion
JackLacava
2 years agoCommunity Manager
I don't think you can achieve this in CubeViews, but it might work by leveraging Pivot Grids. Here is what I would suggest:
- Create the Cube View that will produce the data
- Create a Dashboard Data Adapter of type Cube View MD, that uses that CV to pull data
- Create a Pivot Grid Component and attach the Data Adapter to it
- Create a Dashboard containing that Pivot Grid.
- Preview and set sorting and filtering options on that.
Alternatively, you can pull the whole CubeView (fully expanded) in an Excel sheet, and then manage your data fully there (displaying it in another sheet), which gives you a bunch of other options.