Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have the following calculated dimension for a graph:
=aggr(only({<Year={'2014','2015'}>}Year),Year)
The problem is it give me a bar chart with 2014, 2015 but also with a bar that has " - " as a year. How can I write this so it is only 2014 and 2015 and gets rid of that extra null bar.
Thanks,
Zag
for this calculated dimension check the Option "suppress when value is NULL"
for this calculated dimension check the Option "suppress when value is NULL"
Thanks. But still wondering when I set on 2014, 2015 why I would get a null "-" value also.
if you are applying individual check out the same Option "suppress when value is NULL" as said by Kush141087 or check the Raw DATA
Yes, you have set the values by 2014 & 2015, but it will work only in expression. Because expression evaluates first.