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: 
aaronnayan
Creator III
Creator III

Can Anyone write this better (Set Analysis)

sum({$<ProductCode={"???"}, PNO = {'$(=Len(PNO)<9)'}>}SPAMT)

sum({$<ProductCode={"???"}, PNO = {=Len(PNO)<9}>}SPAMT)

Labels (1)
2 Replies
Anil_Babu_Samineni
MVP
MVP

Why you want to open another thread for this?

Re: set analysis help

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
sunny_talwar
MVP
MVP

May be with double quotes instead of single quotes and no dollar sign expansion

Sum({$<ProductCode={"???"}, PNO = {"=Len(PNO) < 9"}>}SPAMT)