Pregunta

We have the sum of a formula (Sum({@EstHours})-SUM({@ActHours})) that we need to reset to zero, then calculate per phase line. The reset formula is in the same group the Balance formula aforementioned is in. I have also tried placing it in different sections. The ResetBalance formula I've been trying to use is WhilePrintingRecords; NumberVar Balance:=0;

¿Fue útil?

Solución

Adapt this formula to your specific situation:

// {@delta}
Sum({@EstHours}, {table.groupingField}) - Sum({@ActHours, {table.groupingField})

Add field to {table.groupingField}'s group header or footer.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top