Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Invalid expression
F42119:
LOAD *,
((Num(If(Match(LineType,'B','BF','BN','BX','CD','CM','CN','EC','F','FN','N','IA','IC','J','JN','K','L','LC','M','N','N1','N2','N3','N4','NA','NK','NS','P','R','SI','SM','T','T1'),0,UnitCostUSD))*OrderCostQty))+ExtendedCostUSD as ExtendedCostUSDADJ,
(ExtendedUSD-sum((Num(If(Match(LineType,'B','BF','BN','BX','CD','CM','CN','EC','F','FN','N','IA','IC','J','JN','K','L','LC','M','N','N1','N2','N3','N4','NA','NK','NS','P','R','SI','SM','T','T1'),0,UnitCostUSD))*OrderCostQty)+ExtendedCostUSD))/ExtendedUSD as MarginUSD
RESIDENT F42119Temp2
i got this error, anyone knows why? i'm driving crazy..
Thanks!
Hi Antonio
sum((Num(If(Match
Group By ......
You could share a sample of data.
Can you share full script here?