I have tried these queries but not working on my machine as I am using 2020.10.2.
I have used this and it is working now :
(From roww In DT.AsEnumerable() Group By id=New With {key .i=roww.item(“col1”),key .d=roww.item(“col2”)} Into gg=Group Select gg(0)).copytodatatable
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.