Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Team,
I have defined variables asale and acogs which are working perfectly. Now i need another variable that will be difference of both as below -
SET agp = $(=asale)-$(=acogs);
I tried LET also but that also doesnt work.
when i am trying to create expression $(agp). It does not show up anything. Please help.
thanks
Shiv
Try with
SET agp = $(asale)-$(acogs);