Sidebar

How do I remove a single row from a table variable?

0 votes
293 views
asked Apr 30, 2019 by marcusvt-4761 (120 points)
edited May 1, 2019 by marcusvt-4761
Sorry, should have clarified on this one, how do I remove a single row from a table variable using a script?

I am tracking specific items by updating a table variable and there doesn't seem an easy way to remove the data once it's in the table by updating the table via a script after loading it into a variable using the qie.parseCSVString function. I see examples of adding a record, I'm looking for examples to update and delete records

1 Answer

0 votes

If you are trying to do this in the UI you just click into the row and then select Delete Row.

If you are looking to do this in a script you have to pull the entire system variable in and modify it as a csv then put it back.

See KB: https://www.qvera.com/kb/index.php/342/can-i-retrieve-a-table-from-a-system-variable-and-use-the-data?show=342#q342

answered May 1, 2019 by brandon-w-8204 (33,170 points)
...