Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In our 8.5 environment, set analysis works great for an expression th
sum({$<[Flag1] = {'0'},
[Type]= {'Revenue'},
[Account] - {'9898'},
[ProfitCenter] = {'Tags'} > } [Amount])
Once we installed 9.0 the same expression is not "Exclduing" 9898, as it has done in the past..
Is 9.0 using different logic for exclusions?
Are you not missing a = ?
Account] -= {'9898'},
Yes, but in 8.5 that wasnt needed, go figure!
It works
Thanks!