Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
The column "Saldo Quant" sum all dimensions but I would like to sum only the data in dimension "Data Comercial", "Numord movimento", "Nota"
The expresion used is this one: RangeSum(Above(TOTAL [Quantidade Movimento], 0, NoOfRows(TOTAL)))
Best regards,
Felisberto
So the accumulation needs to restart when Filial Commercial changes? You will need to use Aggr() function to get this fixed. Exact expression would be rather difficult to provide because of the complexity, but if you can provide a sample, we might be able to help