can use aggregate in VirtualTable ?

Discussion of open issues, suggestions and bugs regarding Virtual Data Access Components for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
wildsky
Posts: 2
Joined: Wed 24 Feb 2021 02:55

can use aggregate in VirtualTable ?

Post by wildsky » Wed 24 Feb 2021 05:41

Unidac ver 8.2.5
properties
-------------
Expression set sum(Total)
-------------
Code
-------------------------------------------------
ShowMessage(VarToStr(VirtualTableTest.AggFields[0].Value ));
-------------------------------------------------
Message is empty
Excuse me ! VirtualTable can use aggregate

sorry english bad hope know i meant

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: can use aggregate in VirtualTable ?

Post by MaximG » Wed 24 Feb 2021 07:48

Aggregate fields are not supported either in VirtualDAC. You can leave your suggestions at our UserVoice page (https://devart.uservoice.com/forums/104 ... entdataset), and if there are many votes for your suggestion, we will implement it.

wildsky
Posts: 2
Joined: Wed 24 Feb 2021 02:55

Re: can use aggregate in VirtualTable ?

Post by wildsky » Wed 24 Feb 2021 08:50

ok. thanks, ok i will suggestion
but this link https://devart.uservoice.com/forums/104 ... entdataset
8 year to long a go

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: can use aggregate in VirtualTable ?

Post by MaximG » Mon 01 Mar 2021 13:59

It's a complex task involving a set of development stages. We'll implement all of the features in the task according to our roadmap.

Post Reply