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

Set analysis trouble

Hello guys,

I have a count being made with a set analysis expression, but the thing is, I want the set analysis to be independent from my selection, but I cannot integrate what I already have and the {>1}.

The expression I have now is:

=Count({<ZonaTeste={'PT1)'},ResultadoTeste={'0'}>} distinct KNR)

How do I integrate here (syntax wise) the {>1} parameter?

Thank you in advance.

Best regards.

1 Solution

Accepted Solutions
alexandros17
Partner - Champion III
Partner - Champion III

=Count({<ZonaTeste={'PT1)'},ResultadoTeste={'0'}, myField={'>1'}>} distinct KNR)


where myField is your parameter ...


let me know

View solution in original post

2 Replies
alexandros17
Partner - Champion III
Partner - Champion III

=Count({<ZonaTeste={'PT1)'},ResultadoTeste={'0'}, myField={'>1'}>} distinct KNR)


where myField is your parameter ...


let me know

Not applicable
Author

EDIT: My bad, it works nicely

I have now:

Count({<ZonaTeste={'PT1)'},ResultadoTeste={'0'}, KNR={'>1'}>} distinct KNR)

maybe the fact of me using KNR on the set analysis and the count has something to do with it.