Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
My i know how to add GL_CODE=50010 , into below expression :-
Money(RangeSum(
Above(RangeSum(Above(Sum({<year, month>}[Amount]*1), 0, RowNo()))),
-Sum(TOTAL Aggr(Sum({<year, month>}[Amount]*1), YearMonth)))
, $(vMoneyFormatK_GL))
Paul
May be this:
Money(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)))
, $(vMoneyFormatK_GL))
My QVF file
May be this:
Money(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)))
, $(vMoneyFormatK_GL))