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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hide a certain value of Dimension?

I have data that broken down by Month. How do I hide a certain value, e.g. September from the Month dimension?

1 Solution

Accepted Solutions
consenit
Partner - Creator II
Partner - Creator II

Hi there.

See example attached.

Kind regards,

Ernesto.

View solution in original post

8 Replies
Anonymous
Not applicable
Author

Maybe a Calculated Dimension something like :

     if ( num(Month) = 9 , Month , null() )

vinafidalgo
Partner - Creator
Partner - Creator

Can you upload your QVW?

Anonymous
Not applicable
Author

I did not create a qvw, I just typed the Calculated Dimension freehand.

vinafidalgo
Partner - Creator
Partner - Creator

I meant to the author of this post.

I guess your solution is propably right.

consenit
Partner - Creator II
Partner - Creator II

Hi there.

See example attached.

Kind regards,

Ernesto.

Not applicable
Author

Hi Vinicius,

Sorry, my QVW contains confidential information so I can't post it. Thank you.

Not applicable
Author

Hi Ernesto,

This is perfect, thank you!

Best Regards,

Jason

Not applicable
Author

Hi Bill,

Thanks! I couldn't get this to work but I was able to use Ernesto's example below.

Best Regards,

Jason