G Guest Apr 12, 2005 #1 Hi, is it possible to add a column to a DataView with includes the sum of two other columns? Thanks
T Tim Wilson Apr 12, 2005 #2 Add a new DataColumn to the underlying DataTable and set the DataColumns Expression property to add two other column field value in the same row.
Add a new DataColumn to the underlying DataTable and set the DataColumns Expression property to add two other column field value in the same row.