i am trying to add KW vales group by data in data table but I cant?? I have filterd the values in data table group by date but cant add adding them does any one know how to add them??
DataTable _GHdt = _Hdt.DefaultView.ToTable(true, "DATE");
this line just filtering the date while _Ghdt and _Hdt are data tables
hopes for your suggestions
Regards,
I am not sure if I understood corectly but do you want to write a GroupBy over a DataTable
You can do that .
If I didnot understand your question properly please try to spend some more time explaining it , what is the data you have and what have you tried etc..