Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set analysis - Need Help plz


Hi All,

I have to exclude abc value which comes in my field (A).

can i know how to do that plz??

thanks

4 Replies
Not applicable
Author

try sum({<FieldA-={'abc'}>} amount)

Anonymous
Not applicable
Author

i think it should be

sum({<[FieldA]-={'<>abc'}>} amount)

Anonymous
Not applicable
Author

hi,

the -= operator in your set analysis should do the trick:

sum({<A-={abc}>}FieldName)

rgds

Artur

Joseph_Musekura
Support
Support

Hi,

This should return all values in FIELDA except 'abc' (within a selection)

sum( {$<FieldA = {“*”} – {'abc'} >} Value )

regards,