Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
My Table 1 expression work fine :-
Sum(Aggr(RangeSum(Above(RangeSum(Above(Sum({<year, month , GL_CODE = {50010}>}[Amount]*1), 0, RowNo()))),-Sum({<GL_CODE = {50010}>}TOTAL Aggr(Sum({<year, month, GL_CODE = {50010}>}[Amount]*1), YearMonth))), (YearMonth, (NUMERIC, DESCENDING))))/Count(distinct YearMonth)
I have create a field sTOCK using load script :-
If([Reporting Code]>=50010 and [Reporting Code]<=50010,'sTOCK') as [sTOCK],
May i know how to convert the above expression using sTOCK instead of GL_CODE=50010 ?
Paul
Hey Paul -
I am glad my friend that you are making an effort. Let me know if I can be of any help in your learning process.
Best,
Sunny