Hi,I have 2 clientdataset OrderMaster & OrderDertail
In the OrderDetail I created an persistent aggregate field name TOTAL with expression SUM(AMOUNT).
AMOUNT is an InternalCalc field (Qty * UnitPrice) of the OrderDetail dataset.
Problem : the TOTAL aggregate field is not producing the desired result. Could it be a bug of Delphi ? thanks George
In the OrderDetail I created an persistent aggregate field name TOTAL with expression SUM(AMOUNT).
AMOUNT is an InternalCalc field (Qty * UnitPrice) of the OrderDetail dataset.
Problem : the TOTAL aggregate field is not producing the desired result. Could it be a bug of Delphi ? thanks George