Difference between revisions of "Downloading reports"
(Created page with "As well as using the PrintRendererServer you can also download reports directly from the XLCubed Web Edition in the browser. If y...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | As well as using the [[Using the PrintRendererServer WebService|PrintRendererServer]] you can also download reports directly from the | + | As well as using the [[Using the PrintRendererServer WebService|PrintRendererServer]] you can also download reports directly from the FluenceXL Web Edition in the browser. |
If you get the report url from the [[Web_Parameters|parameters]] screen you can add a {{Code| XL3ReportType}} parameter to download the report without opening it in the browser. | If you get the report url from the [[Web_Parameters|parameters]] screen you can add a {{Code| XL3ReportType}} parameter to download the report without opening it in the browser. | ||
Line 9: | Line 9: | ||
* csv | * csv | ||
* txt | * txt | ||
− | + | * powerpoint - new in V2311.1 | |
e.g. | e.g. | ||
− | http://myServer/ | + | http://myServer/FluenceXLWeb/WebForm/ShowReport.aspx?rep=Folder/myReport.xml&XL3ReportType=excelfixed |
Latest revision as of 09:47, 26 October 2023
As well as using the PrintRendererServer you can also download reports directly from the FluenceXL Web Edition in the browser.
If you get the report url from the parameters screen you can add a XL3ReportType parameter to download the report without opening it in the browser.
Allowed values for XL3ReportType are:
- excelfixed
- excellive
- csv
- txt
- powerpoint - new in V2311.1