Render a query
To see the results of a query, it is necessary to select a render option.
Click Run on the menu bar.
- Click Render to display the result of the current query in the right pane of the current Macro Language Workshop window.
- Click Render in
<iframe>
to display the result of the current query in the right pane of the current Macro Language Workshop window as part of an iFrame. This option is important for QuickApps that make use of themes. - Click Render standalone to display the result of the current query as a standalone QuickApp in a new browser tab.
- Click Render to static HTML target to display the result of the current query as static HTML in a new browser tab.
- Click Render to PDF target to download the result of the current query as a PDF file.
- Click Render to XLSX target to download the result of the current query to a Microsoft Excel file.
- Click Render to Parquet target to download the result of the current query to a Parquet file.
- Click Render to data target to download the result of the current query as a comma-separated text file.
- Click Re-export to send the Macro Language code back to the TRS window from which it originated. This option will be available only if you had sent a query from TRS to MLW.
- Render
- The query results are displayed in the right pane.
- Render in
<iframe>
- The query results are displayed in the right pane.
- Render standalone
- The query results are rendered as a standalone QuickApp in a new browser tab.
- Render to static HTML target
- The query results are rendered as static HTML in a new browser tab.
- Render to PDF target
- The query results are rendered and downloaded as a PDF file.
- Render to XLSX target
- The query results are rendered and downloaded as a Microsoft Excel workbook.
- Render to Parquet target
- The query results are rendered and downloaded as an Apache Parquet file.
- Render to data target
- The query results are rendered and downloaded as a delimited text file.
- Re-export
- The query results are rendered in the TRS window where the query originated (only appears if the query originated in TRS).