Hello. I have setup a DataTable to popluate a log I use to track approved invoices by job. I thought it was working fine, but have noticed that the fields I am NOT matching (and which contained formulas, text, or other references) have their contents deleted. I am using the filter option.
In addition, the filter criteria (I use Job No = Job No) ends up changing the match field to add an apostrophe before my text. For example, my column Job No. contains 12345, when the DataTable connection runs and matches based on Job No, the field ends up changing to '12345.
Is this by design? I need other information in the unmatched fields and having to repopulate those every time the DataTable runs is tedious and confusing. Am I missing something? Is there a way to tell the DataTable connection to leave all other fields alone?
See below a row that was populated, filtering on Job No, but the field now contains " ' " before the number. Green is the info that is populated by the table. Notice that I have the Assigned to column pre-populated in rows above, but that contact is now missing from the row that was populated by the table. Not shown are 3 formulas in other columns that are now missing, as well.