Hi,
create a variable.
=if([Type]=102) then ([measure]*-1) else [measure]
if Type object is string then use this.
=if([Type]="102") then ([measure]*-1) else [measure]
Amit
Hi,
create a variable.
=if([Type]=102) then ([measure]*-1) else [measure]
if Type object is string then use this.
=if([Type]="102") then ([measure]*-1) else [measure]
Amit