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: 
Not applicable

Set Analysis - putting together two expressions

Hi,

I want to marry together two different pieces of set analysis which both work indidually in two seperate charts.

count({<~[>5mins]='Y'>}DISTINCT [%Interaction Id])

count({<$*'StateA'}DISTINCT([%Interaction Id]))

I want both of these expressions to apply to a new chart that I am building.

Your help would be greatly appreciated

Thanks

R

3 Replies
khadeer
Specialist
Specialist

how u want to merge side by side or one after other.

Not applicable
Author

Which would you advise?

I just need my chart to plot both criteria in the same expression

chematos
Specialist II
Specialist II

count({<~[>5mins]='Y'> and <$*'StateA'}> }DISTINCT [%Interaction Id])