Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Sub total is not working.
Hi Pragnya,
Please use this.
Sum(iF(INPUTAMT=0,AMT,INPUTAMT))
Thanks,
Jagan. V
Hi,
Try like this in script
LOAD *
iF(INPUTAMT=0,AMT,INPUTAMT) AS NewField
FROM
(biff, embedded labels, table is Sheet1$);
Now in front end you simply use Sum(NewField).
Hope this helps you.
Regards,
Jagan.
Here you have my proposal