I want to change it from one database to another.
There don't appear to be any options to do this on the pivot table context menu
|
I want to change it from one database to another. There don't appear to be any options to do this on the pivot table context menu |
|||
|
|
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
Just figured it out-click anywhere in the table, then go to the tabs at the top of the page and select Options-from there you'll see a Change Data Source selection. |
|||
|
|
|
Looks like this depends heavily on your version of Excel. I am using the 2007 version and it offers no wizard option when you right click on the table. You need to click on the pivot table to make extra 'PivotTable Tools' appear to the right of the other tabs at the top of the screen. Click the 'options' tab that appears here then there is a big icon on the middle of the ribbon named 'change data source'. |
|||
|
|
|
right click on the pivot table in excel choose wizard click 'back' click 'get data...' in the query window File - Table Definition then you can create a new or choose a different connection |
|||
|
|
|
Be a bit wary of any solution that doesn't involve re-creating the PivotTable from scratch. It is possible for your pivot fields' option names to get out of sync with the values they present to the database. For example, in one workbook I'm dealing with involving demographic data, if you try to select the "20-24" age band option, Excel actually presents you with the figures for ages 25-29. It doesn't tell you it's doing this, of course. See below for a programmatic (VBA) approach to the problem that solves this issue among others. I think it's fairly complete/robust, but I don't use PivotTables much so would appreciate feedback.
|
||||
|
|
|
In order to change the data source from the ribbon in excel 2007... Click on your pivot table in the worksheet. Go to the ribbon where it says Pivot Table Tools, Options Tab. Select the Change Data Source button. A dialog box will appear. To get the right range and avoid an error message... select the contents of the existing field and delete it, then switch to the new data source worksheet and highlight the data area (the dialog box will stay on top of all windows). Once you've selected the new data source correctly, it will fill in the blank field (which you deleted before) in the dialog box. Click OK. Switch back to your pivot table and it should have updated with the new data from the new source. |
|||
|
|
|
This Add-on will do the trick for you. http://www.contextures.com/xlPivotPlayPlus01.html It shows the connection string, and allows it to be changed. Don't forget to change the Query SQL as well, if needed (with the same tool). |
|||
|
|
|
for MS excel 2000 office version, click on the pivot table you will find a tab above the ribon, called Pivottable tool - click on that You can change data source from Data tab |
|||
|
|
|
In case of Excel 2007 You can change datasource in Options menu /Change Data Source |
|||
|
|
|
|||||
|
worked perfectly. the get data button is next to the tiny button with a red arrow next to the range text input box. |
|||
|
|