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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
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)



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)