DELPHI COMPUTING USING AGGREGATE
I am using an aggregate field ( SUM((ItemPrice + ItemTaxes) * ItemCount). This one takes a long time to execute when I do an update to field ItemPrice . Is the Sum function recalculated or updated?
DELPHI COMPUTING USING AGGREGATE
I am using an aggregate field ( SUM((ItemPrice + ItemTaxes) * ItemCount). This one takes a long time to execute when I do an update to field ItemPrice . Is the Sum function recalculated or updated?