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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Need help wit set analyses

I want to summarize some fields when 2 conditions are right. Wrote

sum({<station={110,111,112,113}>}{<rtype={12}>}weight)

but it summarizes both station in(110,111,112,113) and rtype=12 separately

Whats wrong in my formula?

1 Reply
Not applicable
Author

it's OK just

sum({<station={110,111,112,113},<rtype={12}>}weight)