I have a QV file that i want to export the data from. By data, i mean i want to Export ALL the tables (and data) that show up in the "Table Viewer" in the Edit Script tab. Basically i have a loaded QV with reports/graphs. But the data that originally created the QV file are gone. I want to export the data, update/edit it and re-import it into the same QV for a demo. I should be able to export the table data and reload them in with the same table names. Anything wrong with my assumption?
No, nothing wrong... What I'd recommend is to create a new QV document, load your existing document using BINARY and then store all the tables into TXT files using command STORE ... (txt); Then, you can edit your TXT files (using Excel, for example) and re-load the same data into another QV file.