Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I have a Qlikview expression Count({<[Product Engineer]={"Blank"},Len(SITE_ID)={">0"}>} Distinct PART_NO)
The expression has a redline on: {">0"}>} Distinct PART_NO). The error message on top of script window says Error in set modifier expression. What could be wrong?
Hi,
please try this:
Count({<[Product Engineer]={"Blank"},Len(SITE_ID)={"$(= '>' & 0)"}>} Distinct PART_NO)
I hope this helps.
Regards,
I tried this but same error as original.
Have a look at the following Design Blog post, hoping that may contain the info you need to sort out the error:
https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344
Here is Help link as well:
Regards,
Brett
Try this.
Count({<[Product Engineer]={"Blank"},PART_NO={"=Len(SITE_ID)>0"}>} Distinct PART_NO)
If Saran's last post got you a working solution, please do not forget to return to your thread and close it out by using the Accept as Solution button on that post to mark it. This gives the posters credit for the help and lets other members know what worked.
Regards,
Brett