Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All.
I want to hide a dimension values in chart when I select a same Dimension in field(Filterpane).
Ex: Country A,B,C,D if I select Country 'A' I want to hide 'A' related Values in barchart.
@MK_QSL @jagan
Thanks for helping.
Mohan
Hi, you can try something like this:
if(GetSelectedCount(country)>0 , sum({1-$} value), sum(value))
and in charts 'add-ons' tab uncheck 'Include zero values' for better data representation.