I mean i need to use 'running total' and i need to use 2 conditions
1. evaluate (field)
2. evaluate on change of (field)
I can use only 1 condition but i don't know how to create formula for use 2 conditions
******
ex.data
*******
field1 field2 field3
08001-9 520107001 2253000.00
08001-9 520107001 2253000.00
08001-9 520107001 2253000.00
08001-9 520113001 1180000.00
08001-9 520113001 1180000.00
08001-9 520113001 1180000.00
i need to sum (field3),
reset on change of group (field1),
evaluate on change of (field2) and
evaluate (field4[date]) = currentdate
Thanks,