I want to be able to restrict what records get updated in my Target Table. Currently, VI only lets you specify a table as a target to update and enter new fields.
I have this table where I only want to update fields based on setting of flag field (bit type) I created. I don't want to update every record. I was wondering if there a filter or other kind of setting I can do to limit the update to my table.
Only work around I have right now is to use a load table (as my Target Table), load all records there, delete the records I don't want to be updated and then proceed to update my actual target table.
I want to see if there is an easier way. Thanks.