Hello all,
I am creating a dashboard where there is new data being posted to our key figures. Each addition to the data is identified with a number.
For example:
Instance # | Value 1 | Value 2 |
---|---|---|
1 | 100 | 90 |
2 | 125 | 150 |
3 | 130 | 120 |
I am displaying the values in a Geomap. By default, the users want to see the values on the map for the most recent instance, but have the option to see prior instances. For example, when launching the dashboard after Instance #3 has been loaded to BW, they would like to see the values 130 and 120 on the map. Once Instance #4 has been loaded, they would want to see the values for that instance on the map when refreshing or launching the dashboard.
So far, I tried creating a second BEx query with a condition such that it selects the Top 1 of Value 1 (which will increase with each instance). Then I created a restriction on my first BEx query using Replacement Path for the Instance #. This worked, in that my first query was now filtered to show only the most recent Instance. However, once I launched the dashboard, I was unable to change the filter on Instance to see a prior instance.
My question is - how can I dynamically set up the dimension filter for Instance # so that it choose the last value by default? We are currently using Design Studio 1.6, SP0.
Thank you!
Beth