Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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?
no i get error in calculation
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.
=round(sum({<[Disti LOB]={*'}-{'39'},[CTA Duplicate]={'No'}>}$(vExtEffCommPrice))/1000)