Trying to show an aggragate amount in an email report

Hello there,

Iโ€™m trying to show the total of one column using this email template:

This is the error shown from the Audit Log:
โ€œErrorsโ€: โ€œError: Workflow rule โ€˜COTIZAR FLETEโ€™ action โ€˜COTIZAR FLETEโ€™ Body template. Expression โ€˜[Total Cotizaciรณn]โ€™ is invalid due to: Unable to find column โ€˜Total Cotizaciรณnโ€™.โ€

I might be missing a simple sintax.
Thanks

0 4 179
4 REPLIES 4

@Eloy_Paredes_Henriqu
You can use SUM(โ€ฆ) expression in your template.

I just tryed this:

<<SUM::[# de Pedido / Ppto FABRICANTE].[Subtotal 1]>>

I didnยดt get an error message from the Audit Log
But I didnยดt get the email report.

If I delete this field I get email report.

Got it !!
This is the expression I needed.

<<SUM(PEDIDOS[Subtotal 1])>>

Thanks again Levent !

Youโ€™re welcome

Top Labels in this Space