Hi all,
As the subject suggests, if I have a datatable(dT) with 4000 rows x 25 columns and I need replace any null value to 0, but checking cell by cell is going to take more than 30 mins.
Is there any faster and more efficient way to do it?
Thanks!
Hi all,
As the subject suggests, if I have a datatable(dT) with 4000 rows x 25 columns and I need replace any null value to 0, but checking cell by cell is going to take more than 30 mins.
Is there any faster and more efficient way to do it?
Thanks!
Any luck? I am also looking for a similar workaround in the data table?
Find some starter help here:
Replace_AllCellsAllRows_EmptyNothingWith0.xaml (7.3 KB)
feel free to adopt it to your specific scenario