I'm still very much a noob so please let me know if I need to add more than I have to get feedback on this.
We have a workbook with multiple sheets that represents a mockup of custom report. i sheet has nothing but the raw data, the information that charts, graphs and pivot tables on other sheets in teh same workbook will pull from. The way we make the mockup into a working report (an Excel workbook that our accounting software can dump data into) is by inserting specific text that the accounting software we use, looks for to insert real data that comes from a SQL query provided to the accounting software. It executes the query and then looks in the xlsx file for tags it recognizes.
For example if I have a query that returns info on all clients such as name, address, email and so on and I want the Clients email (aliased in the SQL Query as sEmail1) to appear in column C on the sheet that is where all this data is dumped to, then in the row, where I want the first row of data to be copied to, I would insert something like this: main.sEmail1 . If I want the clients full name (aliased in the SQL Query as sClientFullName) to appear in column D then in the same row in column D I would insert something like this: main.sClientFullName .
The report features a pivot table. When the guy who did that part of the report was creating the charts and pivot table he needed some dummy data to work with so during the design process the sheet that will eventually contain the real data returned by the SQL Query, has a bunch of dummy data in it. Once he's done and it's time to change it so that the accounting software we use will recognize where it should place each piece of data the SQL Query returns, I remove all the dummy data and put in it's place these tags in 1 row. After making this change and hitting SAVE I check the sheet that contains the pivot table and it shows no errors or warnings.
The problem is that when the workbook is next opened the pivot table is gone. I don't know if it is removed as the workbook is closed or when it's opened only that once we open it the pivot table is gone and it was there after saving the changes made and closing it. I even tried deleeting all the dummy data except for teh firt and last row and then inserting a new row between themm and placing these tag in that row and the same thing happens; the pivot table is gone upon re-opening the workbook.
Has anyone ever heard of something like and have any ideas on what may be going on?
Thanks in advance for taking time to assist
We have a workbook with multiple sheets that represents a mockup of custom report. i sheet has nothing but the raw data, the information that charts, graphs and pivot tables on other sheets in teh same workbook will pull from. The way we make the mockup into a working report (an Excel workbook that our accounting software can dump data into) is by inserting specific text that the accounting software we use, looks for to insert real data that comes from a SQL query provided to the accounting software. It executes the query and then looks in the xlsx file for tags it recognizes.
For example if I have a query that returns info on all clients such as name, address, email and so on and I want the Clients email (aliased in the SQL Query as sEmail1) to appear in column C on the sheet that is where all this data is dumped to, then in the row, where I want the first row of data to be copied to, I would insert something like this: main.sEmail1 . If I want the clients full name (aliased in the SQL Query as sClientFullName) to appear in column D then in the same row in column D I would insert something like this: main.sClientFullName .
The report features a pivot table. When the guy who did that part of the report was creating the charts and pivot table he needed some dummy data to work with so during the design process the sheet that will eventually contain the real data returned by the SQL Query, has a bunch of dummy data in it. Once he's done and it's time to change it so that the accounting software we use will recognize where it should place each piece of data the SQL Query returns, I remove all the dummy data and put in it's place these tags in 1 row. After making this change and hitting SAVE I check the sheet that contains the pivot table and it shows no errors or warnings.
The problem is that when the workbook is next opened the pivot table is gone. I don't know if it is removed as the workbook is closed or when it's opened only that once we open it the pivot table is gone and it was there after saving the changes made and closing it. I even tried deleeting all the dummy data except for teh firt and last row and then inserting a new row between themm and placing these tag in that row and the same thing happens; the pivot table is gone upon re-opening the workbook.
Has anyone ever heard of something like and have any ideas on what may be going on?
Thanks in advance for taking time to assist