Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
i have a bare chart with two dimensions with group style
i limited the second dimension (LOB) to five and i get the result i want
BUT i have the empty bars (because the LOB not exist in quarters).
How can i hide those bars?
did you check the option suppress null values in dimension[each] tab and presentation tab?
yes
its not working
Hi adi,
could you please upload a sample? so I can try to make it happen in your situation.
Thanks.
Aiolos
i cant upload file to the web in my company
Hi Adi,
You can achieve it by :
In Expression tab, Look for the formula used to calculate LOB. Set the Conditional to = IF(NOT IsNULL(Dimension for LOB)).
Depends on the formula, i recommend you to create multiple expression with set analysis per dimension , so it easier to manage. If you do this way , then in Conditional field, you can write : IF ( *Formula used to calculate LOB* <>0 ) or you can use NOT IsNULL again , if you not handling Null as 0 Value.
Hope it helps,
Best Regards,
Kevin