Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a barchart, where there are 8 measures. The measures will be shown when users select a corresponding filter for each measure. I want to hide the measure completely, instead of showing '-' and the empty colors in the legend.
I was able to do it in a table with the 'Show column if' property. Is there something similar for the bar chart? Thanks for the help.
I can suggest to create island table and associate to Measure which applicable auto associate to Entire model
Else, I can think to drag using Load statement with flag and doing concatenate.
Using the valuelist() method, will I be able to use 'Gender' as a dimension?
You can use, But Valuelist() always will show static which is not associate to Model. You don't like my option to showcase?
That means, For gender dimension Each row will produce three rows from ValueList()
Can I take a look at an example so that I can understand better?
Can you please post sample application