Hello,
I am trying to use inline editing to make changes to a dataset by labeling a line item 'YES' or 'NO'.
The data I receive is replaced each morning (Some line items are updated, some are removed, some stay the same. ) Currently any changes I make today to the data will be erased the next morning. I have tried doing a recursive on the data to just append each day. How would I go about using inline editing and at what point of the dataflow should it be added to?
Example:
The item above has been marked as a yes. If that item shows up on tomorrows report I would still like the exception column to be labeled yes.
I have not found any solutions yet.
Thanks