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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

SetAnalysis Query.

Hi,

Is this Correct expression ?

I just need to sum of Order qty based on Item Category = UsedCars & Division =50 & Partner_Func =ZS.

How to acheive this. I tried the below expression its not working.

sum({<[Item Category]={UsedCars}, [Division] ={50}, [Partner_Func] ={ZS}>}  [Order qty])

Labels (1)
1 Solution

Accepted Solutions
robert_mika
MVP
MVP


Try this:


sum({<[Item Category]={'UsedCars'}, [Division] ={50}, [Partner_Func] ={'ZS'}>}  [Order qty])

View solution in original post

5 Replies
robert_mika
MVP
MVP


Try this:


sum({<[Item Category]={'UsedCars'}, [Division] ={50}, [Partner_Func] ={'ZS'}>}  [Order qty])

sushil353
Master II
Master II

Try this:

sum({<[Item Category]={'UsedCars'}, [Division] ={50}, [Partner_Func] ={'ZS'}>}  [Order qty])

HTH

Sushil

sudeepkm
Specialist III
Specialist III

Try using ' for string values

sum({<[Item Category]={'UsedCars'}, [Division] ={50}, [Partner_Func] ={'ZS'}>}  [Order qty])

Not applicable
Author

hai can any one explain what is setanalysis?

robert_mika
MVP
MVP