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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

May be like:

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

View solution in original post

1 Reply
tresB
Champion III
Champion III

May be like:

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