Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Error using not equal in set analysis

I am getting an error using the following set analysis:

=round(sum({<[Disti LOB]-={39},[CTA Duplicate]={'No'}>}$(vExtEffCommPrice))/1000)

The red squiggly line shows up on the left brace right before the 3.

Any suggestions?

I just want all records where Disti LOB <> 39

4 Replies
swuehl
MVP
MVP

The syntax checker in the expression editor isn't perfect. Marking operators like -= as error is a known bug.

Does the editor states 'Expression ok'? Does the expression return a value?

Not applicable
Author

no i get error in calculation

nagaiank
Specialist III
Specialist III

Is [Disti LOB] a field?

If that field contains text values, you may use [Disti LOB] -= {"39"}

Also check if the variable vExtEffCommPrice has a valid expression.

MK_QSL
MVP
MVP

=round(sum({<[Disti LOB]={*'}-{'39'},[CTA Duplicate]={'No'}>}$(vExtEffCommPrice))/1000)