SYMPTOM
Suppose certain attribute elements always return 0 or NULL for specific metrics. For example, in the grid below, suppose that Metric2 always returns 0 for element1, and Metric1 always returns 0 for element2:
Element 1 | Element 1 | Element 1 |
Element 2 | Element 2 | Element 2 |
Suppose the reporting requirement is to be able to use an attribute element selector based on Attribute, so that when element1 is selected, only Metric1 is displayed on the grid, and when element2 is selected, only Metric2 is displayed on the grid.
ACTION
Currently there is no way to accomplish this with the out-of-the-box Strategy 9.x platform. However, an enhancement request was logged for this feature. Contact Strategy Technical Support for an update on this issue.
WORKAROUND
Consider using a panel selector instead of an attribute element selector and putting two different grids, one on each of the two different panels in the same panel stack. Each grid will contain the attribute elements and metrics desired.
See below for an example of how to accomplish this in Strategy Tutorial:




Note: Refer to tech note KB19625 for more information on how multiple panels and multiple grid instances can affect the performance of a dashboard.