Hi,
Thanks in Advance
Hi,
Thanks in Advance
@tgopalas, This one, kindly refer/search for (an existing solution).
Regards,
Dom
@Dominic The code didnt worked , The Duplicate values are not coming . The same Table with all the values are coming as an output
PFADates.xlsx (8.0 KB)
Add billd.xaml (9.5 KB)
@tgopalas, Have you used this query ?
DataTable distinctValues = Defaultview.ToTable(true, "Column1", "Column2" )
Regards,
Dom
Yaa…but i didnt understand what is defaultview over ther
Refer this
DataTableName =DataTableName.DefaultView.ToTable(true,"Column1", "Column2" )
Regards,
Arivu
@tgopalas, Dataview - different views of the data stored in a DataTable
Reference
Select Distinct and obtain all row of it - #11 by aksh1yadav
Regards,
Dom
Hello Dominic, could you explain this in a bit detail, I could not find a way to use this since when I read the excel it first generates a duplicateNameException before moving pon to the further activities.