Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a problem with this formula :
RangeSum(Above([Remaining Qty],0,Count(tOTAL <[Remaining Qty]>[Remaining Qty])))
Every time I put a dimension in the table the calculation fails ?
Change to :
RangeSum(Above([Remaining Qty],0,Count(total [Remaining Qty])))
and turn off sorting 😁
Change to :
RangeSum(Above([Remaining Qty],0,Count(total [Remaining Qty])))
and turn off sorting 😁