Table - based on a favorite
Render a table containing all cards that are a part of the favorite named 'Release One'. Quotes may be omitted if the favorite name does not contain any spaces.
Macro markup is space sensitive and we advise you to stick to the indentation scheme specified in the example. If you add project as a parameter this needs to be added to a new line as shown in the markup below.
{{
table view: 'Release One'
project: project_one
}}
Preview
| Name | Meaning | Required | Default value |
|---|---|---|---|
| view | A previously saved favorite, the contents of which will be shown in the table. | One, and only one of query or view is required. | |
| project | Any valid project identifier, specifying which project’s view will be displayed. Authorization will be enforced upon view. That is, if a user does not have access to a project, that data series will not be included in the chart for that user. Default is the project to which the page or card containing the macro belongs. | No | Default is the project to which the page or card containing the macro belongs to. |