Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Como posso fazer para deixar de aparecer o ' - ' e aparecer o valor?
No meu caso até o 39 tem que aparecer 29,75, depois até o 49,75 aparecer 39 e depois completar com 49,75
sum(TOTAL <campo> valor) / Count(TOTAL <campo> valor)
sum(TOTAL <campo> valor) / Count(TOTAL <campo> valor)
Tente Assim:
If(RowNo()=1,
Aggr(sum(valor)/count(valor),campo),
Above(Column(2)))
Valeuuu Clever!!!! Funcionou perfeitamente