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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set Analysis 2 expressions

Hi,

I am trying to do write a set analysis expression like the following

Sum( {$<Period={Period2>} and $<Cat={'Bike'}>} Amt)



Labels (1)
1 Solution

Accepted Solutions
mbernales
Contributor III
Contributor III

try with it:

Sum( {$<Period={Period2} , Cat={'Bike'}>} Amt)

View solution in original post

2 Replies
mbernales
Contributor III
Contributor III

try with it:

Sum( {$<Period={Period2} , Cat={'Bike'}>} Amt)

dradoikov
Partner - Contributor III
Partner - Contributor III

Hi,

Try with this!

Sum( {$<Period={Period2}, Cat={'Bike'}>} Amt)