Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
sum(if ( AccType='Out' and num(Month)=vMonth, balance)) its working fine, how we write the given expression in set analysis.
Regards,
Zain.
first thing u cant use function at left side of = in set,
rather than this ur expression can be
sum({<AccType={'Out'},Month={"=$(vMonth)"}, balance))
hOPE THIS HELPS!!!
first thing u cant use function at left side of = in set,
rather than this ur expression can be
sum({<AccType={'Out'},Month={"=$(vMonth)"}, balance))
hOPE THIS HELPS!!!
Thanks, Rajni batra