Good morning,
For 2 days I have had my datatable filter not valid every other time even though I haven’t changed anything and the data is the same.
In terms of data extraction, I
have the column names. I don’t compensate
My filter
Good morning,
For 2 days I have had my datatable filter not valid every other time even though I haven’t changed anything and the data is the same.
In terms of data extraction, I
It seems problem in input. Check the data being extracted have the same column names o r are they updated.
Thanks,
Ashok
1 pls validate the data extracted
2 Remove extra space in the data
3 convert the source and distance column data in lower case and check
Thanks for your feedback.
I open an application, I do a search with an identifier and I arrive on this page.
YourDataTableVar.Columns
UPD1 - additional suggestion
If you are getting the data correct and only concern is the column name and column index are always same.
Get the column names for every table extract and then rename to the desired names.
Thanks,
Ashok