Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Nível 1
Nível 2
Faça login na Comunidade
Faça logon para exibir todas as medalhas
Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
I built an expense report that has a calculated field (Expense variance) - the report also groups my projects by Project - and I am able to sum at the group level for the planned amount and actual amount (native field) but not able to sum the calculated field - I am sure there is text mode that will allow me to do so - thoughts?
Os tópicos ajudam a categorizar o conteúdo da comunidade e aumentam sua capacidade de descobrir conteúdo relevante.
Visualizações
respostas
Total de curtidas
Visualizações
respostas
Total de curtidas
Try switching to text mode and adding the "aggregator" lines, such as what is seen here in the Entry to Complete Date Variance example. However, your lines might look something like this:
aggregator.namekey=expensevariance
aggregator.valueexpression=SUB({plannedAmount},{actualAmount})
aggregator.function=SUM
aggregator.valueformat=HTML
Visualizações
respostas
Total de curtidas
Visualizações
Curtida
respostas