Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to remove negative part on a histogram.

Hi, I would like to remove the negative part of this histogram to stay only with the positive values that I have to do.

thank you for your reactions.

5.PNG

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Try to use a condition in expression like:

If( Sum(Measure)>0, Sum(Measure))

View solution in original post

2 Replies
tresesco
MVP
MVP

Try to use a condition in expression like:

If( Sum(Measure)>0, Sum(Measure))

Anonymous
Not applicable
Author

thank, Tresesco B