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: 
vkish16161
Creator III
Creator III

Set Analysis - Advanced Search

All,

I have a scenario like this:

I want the sales of reps where reps have No. of Engagements between 1 and 2.

For this I want to write something like this..

Sum({<Reps = {"Count(Engagements)>1 and Count(Engagements)<2"}>}Sales)

Is this syntax correct?

stalwar1

Thanks!

1 Solution

Accepted Solutions
sunny_talwar

Yes it will because it is a search string

View solution in original post

3 Replies
sunny_talwar

Missing an equal sign

Sum({<Reps = {"=Count(Engagements)>1 and Count(Engagements)<2"}>}Sales)

vkish16161
Creator III
Creator III
Author

Yeah..

Thanks Sunny for pointing it out. I forgot.

But will set analysis accept the and operator?


stalwar1

sunny_talwar

Yes it will because it is a search string