Is it possible to provide default values for Dimension and expression in charts.
Hi All,
Is it possible to provide default values for Dimension and expression in charts so that in case no data is available that default values can be shown and any message like "No data to Display" can be avoided.
You can use variables in which you set those default options, and then load the charts with an if statement so if there are no selections, variables are load instead.
I think it's too heavy work, though. I'd better use a Calculation Condition in the graph, thus the chart will not be displayed until one dimension (or whatever your condition will be) is selected.