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

Where Clausule in expression

Hi there,

I want to make a pivot table with dimension MonthYear, with 13 expressions.

4 of the 13 expressions are all for Revenue, sorted in Booking, Prospect, Unlabeled and Extension.

I want an expression like:

sum(Revenue) where Stage = 'Booking'

sum(Revenue) where Stage = 'Prospect'

etc.

How can i do this in Qlikview expressions?

Thanks!

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

try:

sum({<Stage={'Booking'}>}Revenue)

sum({<Stage={'Prospect'}>}Revenue)

etc.


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

try:

sum({<Stage={'Booking'}>}Revenue)

sum({<Stage={'Prospect'}>}Revenue)

etc.


talk is cheap, supply exceeds demand
Not applicable
Author

Doesn't work

Not applicable
Author

Excuse me, it does work, can't calculate in the sum... thanks