Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have text object with text
=num( Sum( Aggr( Quantity*Price, PostingYear1, sPosting Date] )), '#,##0.0')
and I have year 2015 and 2016.
When save this expresions i got sum of bouth year 2015 and 2016. how to get only 2015?
May be like this:
=Num(Sum({<Year = {2015}>} Aggr(Only({<Year = {2015}>} Quantity*Price), PostingYear1, sPosting Date])), '#,##0.0')
May be like this:
=Num(Sum({<Year = {2015}>} Aggr(Only({<Year = {2015}>} Quantity*Price), PostingYear1, sPosting Date])), '#,##0.0')
instead 5000 i got 4973, what can be problem
Very difficult to say by just looking at the numbers. Would you be able to share a sample?