This page provides all the relevant information required to customize and use the macro in an efficient and optimal manner.
...
- After providing the data source, click Run to generate a table with the required data generated through the specified SQL statement or script. Click the cog icon () to view the Settings panel for other parameters to further define SQL query/script execution and format the generated table.
- Settings panel: Specify other parameters here to further define how the macro must handle the incoming data. The parameters available here are defined in the Parameters section below.
Preview panel: See the data retrieved from the database and apply styles to the generated table here.
Note - Limited styling options such as specifying colors to rows and columns, highlighting row color, and changing text color are available for tables in this release.
- The styling options are available only in Preview. Thus, once the table is rendered on the page, styles cannot be applied to the table rows and columns.
Parameters
The following parameters are available in the macro editor:
Macro editor tab | Macro editor label | Default value | Description | Macro parameter | ||
---|---|---|---|---|---|---|
Main panel | Data source profile | Select a profile from the list of pre-configured profiles. This field is mandatory. A profile contains the required information to connect to the required databases with relevant user credentials. This ensures that sensitive information are secured and are not visible to all. Contact your administrator to know about the profiles available for your use. Refer to the Configuration documentation to know more about profile configuration. | dataSource | |||
Select SQL as an attachment | Off | Enable this option to provide an SQL script available in the same or different space/page. If enabled, the following drop-down lists are displayed:
| useAttachment | |||
SQL statement | Enter the required SQL statement to be executed to retrieve the relevant information. If Select SQL as an attachment is enabled and the SQL script file details are provided, this parameter displays the file contents. This field is mandatory. | |||||
Settings > Runtime | Transaction isolation level | None Or, Default (<value specified either in Global configuration or profile configuration>) | Specify the default level to be used for transactions. The following options are available for selection:
Most Database Management Systems (DBMS) offer a number of transaction isolation levels to control the degree of locking that occurs when selecting data. To know more about what you can do with each type, refer to Wikipedia: Isolation or see your database documentation.
| transactionIsolation | ||
Maximum number of rows to retrieve and display | 250 Or, Default (<value specified either in Global configuration or profile configuration>) | Select the maximum number of rows to be processed and displayed. This setting prevents queries from using excessive resources that can result in a large number of rows. The following options are available from a selection list:
| limit | |||
Maximum number of seconds for query to run | 120 Or, Default (<value specified either in Global configuration or profile configuration>) | Select the time in seconds that a query can take before a forced timeout. This prevents queries that take too long, from impacting other users. The following options are available from a selection list:
| queryTimeout | |||
Settings > Rendering | Table ID | Enter an ID for the table to be used in chart macros, JavaScript, and custom styles. | id | |||
Display data filter | Off | Enable this option to view drop-down lists with column values below each column header. Either select or enter the value to filter the specific column. | displayDataFilter | |||
Insert auto number column | Off | Enable this option to display numbers beside each row in a separate column that is shown as the first column of the table. | autoNumber | |||
Enable pagination | On | Disable this option to display the retrieved as a continuous, single table. If enabled, this option displays a pagination panel beneath the table based on the values provided in Global configuration or in the macro's Number of rows to be displayed on one page parameter. | pagination | |||
Number of rows to be displayed on one page | Select the maximum number of rows to be displayed on a page.
| rowsPerPage | ||||
Show error if there are no rows | Off | Enable this option to display an error message if the query or script does not retrieve any from the database. | noDataError | |||
Text to display when there are no rows | Enter the text to be displayed if the query or script does not retrieve any from the database. | noDataMessage | ||||
Show SQL | Off | Enable this option to display the SQL statement or script used in a box below the table. | showSQL |
...