| View previous topic :: View next topic |
| Author |
Message |
Augusto 'The Gus' Pellis Guest
|
Posted: Wed Jul 14, 2004 8:17 am Post subject: TClientDataset Filtered with Aggregates |
|
|
Good morning everybody.
I am using a TCLientDataset and a SUM( aggregate field, in order to display
ina grid's footer the total amount of a certain value. The problem arise
when I filter the clientdataset: the aggregate field doesn't update
accordingly to the values displayed in the filtered dataset itself.
Am I missing something?
Thank you very much for your kind help
Augusto
|
|
| Back to top |
|
 |
Dave Rowntree Guest
|
Posted: Wed Jul 28, 2004 10:14 am Post subject: Re: TClientDataset Filtered with Aggregates |
|
|
"Augusto 'The Gus' Pellis" <gus (AT) socratenet (DOT) com> wrote:
| Quote: | Good morning everybody.
I am using a TCLientDataset and a SUM( aggregate field, in order to display
ina grid's footer the total amount of a certain value. The problem arise
when I filter the clientdataset: the aggregate field doesn't update
accordingly to the values displayed in the filtered dataset itself.
Am I missing something?
|
Have a look in QC http://qc.borland.com/
for issues relating to filtering, aggregates. There are/were known
issues on this. The D7.1 update resolved a lot of these issues, but
since you don't say what Delphi version you are using ...
--
Dave Rowntree
|
|
| Back to top |
|
 |
|