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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Including a Condition in Alternate State expression

I have an expression

SUM({StateA<Product =$:: Product>}Sales)

I need to include Year as another Condition.

Say, I want to get the Sales of the Product for Year 2013.

How to include such conditions? Would be helpful if someone can give a syntax for including multiple conditions

1 Solution

Accepted Solutions
tresesco
MVP
MVP

May be like:

SUM({StateA<Product =$:: Product, Year={2013} >}Sales)  

View solution in original post

1 Reply
tresesco
MVP
MVP

May be like:

SUM({StateA<Product =$:: Product, Year={2013} >}Sales)