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: 
salto
Specialist II
Specialist II

Calculated modifier in set analysis

Hello,


I have a question regarding set analysis: it seems that the modifier needs to be a already calculated expression, and the - modifier returns a syntax error. Is this correct?


=count({< -= {'< 3'} >} distinct [ID]) - this returns a syntax error.


=count({< = {'< 3'} >} distinct [ID]) - this is OK


The question is: isn't it possible to set a calculated modifier?

Thanks!

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Your doubt is right. You can't have calculated modifier, it has to be a script calculated field name.

View solution in original post

2 Replies
tresesco
MVP
MVP

Your doubt is right. You can't have calculated modifier, it has to be a script calculated field name.

salto
Specialist II
Specialist II
Author

Thank you!