Search code examples
analyticsmicrostrategy

Attribute Selector in microstrategy Dashboards


Suppose I have a dashboard with a report embedded in it in Microstrategy.

Is there any way by which I could let the user vary a single attribute while the dashboard is running.

By this, I mean, that the user should be able to choose which attribute is being displayed on the dashboard,

For instance let the report have a structure

Attribute 1 | Attribute 2 | Attribute 3

Can I let the user , through a drop down box , change this in real time to

Attribute 1 | Attribute 2 | Attribute 4


Solution

  • If there aren't too many options, you could set up a Panel Stack, with panels containing versions of the grid with the appropriate attribute visible.

    Then it would appear that your Panel Stack selector was changing the grid (when really it's switching between different version).