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: 
prabhas277
Creator
Creator

removing the certain values

Hi All,

i am having one chart now my question is i want to delete the certain values from the legend.

For example i am having some values on the X-axis like 1,2,3,4,5,6. But  i dont want the value 1


How to delete that value or hide?

1 Reply
Anil_Babu_Samineni

You can write something like this

If(Not WildMatch(FieldName,1), FieldName)


Suppress from dimension level

OR use set analysis

Sum({<FieldName -= {1}>} Measure)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful