Hi,
I am trying to remove outliers in the column "value".
Expecting output as in the column "adjusted".
if [Name]="asset"
and
[Value]<"-218.23" then "-218.23"
else
[Value]
endif
if [Name]="asset"
and
[Value]>"520.33" then "520.33"
else
[Value]
endif
Please find the attachment for input.
Appreciate your help