@poana can i have screenshot of your assign activity.
this is my formula where i get the error
From col In dt.Columns.Cast( Of System.Data.DataColumn)
Where dt.AsEnumerable().All(Function(x) x.IsNull(Convert.“ToString”(col.ColumnName)))
Select col.ColumnName").ToArray()
i don t get where to put the double quote, tried everything
Firts it was simple then i changed it because i didn t get the qoute error.
Hey @lakshman i tried and i have another error " End of expresion expected"
@poana now just try this
From col In dt.Columns.Cast( Of System.Data.DataColumn)
Where dt.AsEnumerable().All(Function(x) x.IsNull(Convert.ToString(col.ColumnName)))
Select col.ColumnName.ToArray() i used like this it didn’t show me any error
Thank you, i will try it and i will let you know if it worked.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.