Expandir minha barra de realizações na Comunidade.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.

TExt mode for sum of a calculated field

Avatar

Level 2

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?

0690z000008K96OAAS.png

Tópicos

Os tópicos ajudam a categorizar o conteúdo da comunidade e aumentam sua capacidade de descobrir conteúdo relevante.

3 Respostas

Avatar

Level 10
Hi Teri, Is this a calculated column in the report, or is it a calculated field on a custom form? --Narayan

Avatar

Level 2
Narayan it is a calculated field in the report not a custom field/form Teri Teri Chisholm Harvard Alumni Affairs and Development

Avatar

Level 10

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