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: 
caolu1995
Contributor
Contributor

Error in set modifier expression

 

Hello All,

 

I created an expression  but unfortunately it is not working:

if([stage]='初步接触', Count (total(projectNo)),
if([stage]='试点试用',Count (total(projectNo))-count({<stage<={'初步接触'}>} projectNo)))
Labels (2)
1 Reply
tresesco
MVP
MVP

Set modifier error could be removed by removing additional '<' in your expression:

count({<stage<={'初步接触'}>}
count({<stage={'初步接触'}>}