Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Writing expression in Set Analysis for Comparative Analysis

Hi,

I have a expression in following way:

=count((if ([%Lead Status Id]='1' and [Closing Probability]<>'100' and [Entry Date]>=vStartDate and [Entry Date]<vEndDate,[#SD Id])))

I was told by my friend that we require set analysis if we want to use Comparative Analysis which is new in Qlikview 11

I want to compare Agent1 with Agent2

Can u help me with the expressions for the same

Thanks a ton

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

=count({[Group2]}(if ([%Lead Status Id]='1' and [Closing Probability]<>'100' and [Entry Date]>=vStartDate and [Entry Date]<vEndDate,[#SD Id])))

Question resolved

Just info for other members so that they dont waste time researching

View solution in original post

1 Reply
Anonymous
Not applicable
Author

=count({[Group2]}(if ([%Lead Status Id]='1' and [Closing Probability]<>'100' and [Entry Date]>=vStartDate and [Entry Date]<vEndDate,[#SD Id])))

Question resolved

Just info for other members so that they dont waste time researching