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: 
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)

2 Replies
Anil_Babu_Samineni

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

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

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