Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
smusayev
Contributor II
Contributor II

Filter out data in the expression in Qlik Sense

Hello everyone,

I am a new to Qlik sense and I am hoping you can help with resolving issues I am having.


I currently have a column/field in my table that measures compliance by either having 'Yes' or 'No'.

The way my graph/chart is currently set up, is that it has

     Dimension:  Month, Count(Compliance)

     Measure:  Count(Compliance)

     The product shows 2 bars, 1 that is 'Yes' and the other that is 'No' for each month in the data.

     I am trying to create a graph/chart that will only show 'Yes' but not 'No' for my compliance column,

        meaning only show 1 bar which will only represent 'Yes'.

Can you please help or guide me to the answer.

I have another question similar to the above but will post it separately.

Thank you

1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi

Try this .. in Mesaure

count({1<compliance={'Yes')>} Complaince)

View solution in original post

2 Replies
sunny_talwar

You can try this:

Dimension:

Month

Compliance

Expression:

Count({<Compliance = {'Yes'}>} Compliance)

Anonymous
Not applicable

Hi

Try this .. in Mesaure

count({1<compliance={'Yes')>} Complaince)