Export form PivotTable, then Import into PivotTable
by Rycho » Sat, 12 Nov 2005 01:49:21 GMT
Hi there,
I'm connecting PivotTable to OLAP Cube on the server:
<script language="VBScript">
OLAPProvider = "Provider=................"
OLAPCube = "Sales"
Function start()
PivotTable.ConnectionString = OLAPProvider
PivotTable.DataMember = OLAPCube
End Function
</script>
then i'm building "my PivotTable" and here is a question:
how to export it to xml file whitch can be imported once again?
when i'll export it to Excel, it's building PivotTablexxxx.HTM file in
Temp, then Excel is reading this file, but how to import it into blank
PivotTable?
When i'm trying to import this file there is an error: Error opening
data file "file://c:\myfile.htm"
to import this file i'm using this script:
<script language="VBScript">
providerPivotTable = "provider=mspersist"
strdirname = "c:\myfile.htm"
Function start()
PivotTable.ConnectionString = providerPivotTable
PivotTable.CommandText = strdirname
End Function
</script>
What's wrong with this? Any ideas?
I have tried also to save this file from excel in .csv and .xml format,
but it's not working anyway.
Please help,
Richard
Similar Threads:
1.Problem of PivotTable Form Export to Excel
Dear all,
I have a PivotTable Form created with calculated total (generated by
alculated Totals and Fields. That fine if showing by PivotTable View
but if I export it to the Excel, the calculated total disappeared on the
Excel side.
Is it a limitation of Access Form or I have something wrong with the Form?
Thanks a lot in advance.
2.Export PivotTable Form To Excel without Preview
Dear all,
Is it possible to export a PivotTable form directly from Macros without
"OpenForm" action? (User will need to select "Export to Microsoft Office
Excel" if export in this way.)
Thanks!
3.Creating a PivotTable Report from an Another PivotTable Report
When you begin the pivot table wizard there are a total of four choices under 'What is the data you would like to analyze?'. The fourth (Another PivotTable Report or Pivot Chart Report) is the one that i would like to use and the option button is always greyed out and you are unable to select it. How do I go about making it possible for me to select this option. I am using Microsoft Excel 2002. Can anybody help me
4.Creating a PivotTable w/o selecting data in an existing PivotTable
I am attempting to create a second PivotTable using the PivotTable Wizard and
need to use an Excel database as my data source. Each time I select the data
range and hit Next it gives me a list of PivotTables to choose from for my
data source. Excel should be giving me the option to create the table from an
existing table (as it is) to save memory or choose a new data source. If I
use another machine in the office it does give me this option. Is there any
way to get my computer to give me this option? I appreciate any help.
5.Creating a PivotTable Report from an Another PivotTable Report
When you begin the pivot table wizard there are a total of four choices under 'What is the data you would like to analyze?'. The fourth (Another PivotTable Report or Pivot Chart Report) is the one that i would like to use and the option button is always greyed out and you are unable to select it. How do I go about making it possible for me to select this option. I am using Microsoft Excel 2002. Can anybody help me?
6. PivotTable - PivotTable Field name is not valid - error!
7. Creating a PivotTable Report from an Another PivotTable Report
8. PivotChart Form by manipulating PivotTable, ChartSpace & RecordSou