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: 
prabhas277
Creator
Creator

Error

HI

Please correct the below expression

sales= {"<=sum(Sales)>0"}

5 Replies
ali_hijazi
Partner - Master II
Partner - Master II

what are you trying accomplish please elaborate

I can walk on water when it freezes
prabhas277
Creator
Creator
Author

finding the sum(sales) >0 for that i need to write the set expression

Anil_Babu_Samineni

The expression is not correct to me, Perhaps this?

If(Sum(Sales) > 0, Sum(Sales))

OR

Sum({<Sales = {"=Sum(Sales)>0"}>} Sales)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
vicky_qv
Contributor III
Contributor III

Try to use sum({<Sales={">0"}>}Sales)

tresesco
MVP
MVP

Is not this related Set expression ?