Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
durgabhavani
Creator III
Creator III

strange behavour of my legend in barchart, help me?

Hi All,

When i click on legend APP, then it is displays the chart APP as well grey bars which is not related to app dimension.

I want to show only bar for APP, not for other bars (dimension values).

Please find attachment for reference?

Please advice me.

Thanks,

Durga

1 Solution

Accepted Solutions
sunny_talwar

Can you try this:

Count({$<Flag={1}, TASK *= {'*'}-{'AGE'} >} DISTINCT ID2)

View solution in original post

5 Replies
sunny_talwar

What is the expression that you are using?

Chanty4u
MVP
MVP

did u used in ur expresion?  wit relative values? 

or else try  to create same chart again and give a try?

durgabhavani
Creator III
Creator III
Author

Thanks chanty and Sunny.

I have used dimension TASK(APP,QC,DC,TE,AGE) in my expression to remove AGE from legend. if i remove TASK={'*'}-{'AGE' from expression it is working perfect but showing AGE in legend like in attachment. but the now the problem is to hide the AGE in legend. please advice.

Please find my expression below.

Count({$<Flag={1}, TASK={'*'}-{'AGE'} >} DISTINCT ID2)

sunny_talwar

Can you try this:

Count({$<Flag={1}, TASK *= {'*'}-{'AGE'} >} DISTINCT ID2)

durgabhavani
Creator III
Creator III
Author

Perfect sunny. working. thanks  a ton.