Grouping in Dataview
-
I have a Sales Table with the following fields: CustCode, ProdCode, Units, Price, Value I fetch this data in a datatable with all fields. now I want to make a dataview on that datatable with the following fields ProdCode, Sum(Units) as units, Price, Sum(Value) As Value means it contains data on product level. is it possible to make a dataview with this grouping functionality. Bye :rose:
Bye
-
I have a Sales Table with the following fields: CustCode, ProdCode, Units, Price, Value I fetch this data in a datatable with all fields. now I want to make a dataview on that datatable with the following fields ProdCode, Sum(Units) as units, Price, Sum(Value) As Value means it contains data on product level. is it possible to make a dataview with this grouping functionality. Bye :rose:
Bye