Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hide dimension value

Hi guys!

I have a  requirement: the table must show current month as a dimension and total for the year.

I tried to solve this problem with the calculated dimension:

=if(Month_name=vCurMonth,Month_name)

and ticked show total.

I got the straight table like:

   

PeriodBench 2015 vs Budget 2015, %Bench 2015 vs Budget 2015, USD
Total Year77%ok
May76%ok
077%ok

However i dont need ths null value in dimension to be shown. However i need it for Total Year calculation.

Any ideas how to hide this value without affecting calculations?

6 Replies
Anonymous
Not applicable
Author

Hi,

Have you tried checking the Suppress when value is null option in the dimensios tab?

Regards,

Greeshma

Not applicable
Author

When I suppress it, i dont get the correct total. I need total for all months

Not applicable
Author

try this

if (Len(YourField) > 0, YourField)

Not applicable
Author

Unfortunately, it isn't what is needed

Not applicable
Author

if(isnull('fieldname',alt(1)));

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Can you post a qlikview document that demonstrates the problem?


talk is cheap, supply exceeds demand