Action
ExportView
ExportPortfolio
Description
Exports the current view or opern portfolio to a file.
The following file extensions are supported:
HTM, HTML
Exports to HTML file.
PDF
Exports to an Adobe PDF file (open with Adobe Acrobat).
RTF
Exports to a RTF file (open it with MS Word).
CSV
Exports the data area to a comma separated value (open with MS Excel).
Examples
with Cube1
call setValue("DirNameExport", "c:\pdf")
call setValue("FileNameExport", "cube.pdf")
.DoAction("ExportView")
end with
Example Explanation
Exports current view to the file above.
Examples
with Cube1
call setValue("FileNameExport", "")
.DoAction("ExportView")
end with
Example Explanation
Forces the export view dialog to appear.
See also
SetValue
Sets a cube variable value.
Notes