Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hide a dimension on a graphic

Hi every body,

I'm novice in Qlik Sense and i have a problem:

I want hide a dimension on my graphic, look this picture

pb_dimension_hide.PNG.png

I have 2 dimensions on my X-axis.

I want hide the USG1 dimension but I want keep the Date dimension.

I tried in Appearence/X-axis/Label and title/  but my problem didn't solved.

Someone know how do that please?

Thank you for your help,

14 Replies
rubenmarin

That also works. Congrats!

Anonymous
Not applicable
Author

Jamaal, the issue is that for a 2-dimensional graph, you need to put the date dimension in the first place, considering that you can have more than one dimension USG.

Now, really, if you want to put modifiers in expressions, you can use:=Sum( {$<USG={'USG1'}>} VALUE)

See the attached example

hide_dim.png

Not applicable
Author

Thank you Evandro for this precision.

Anonymous
Not applicable
Author

Ok, please mark my answer with helpful.

Best Regards

Anonymous
Not applicable
Author

For better performance follow this Best Practice:  Avoid IF() conditionals in any object expression, use instead set analysis.


Sum( {$<USG={'USG1'}>} VALUE)