|
1 | | -.. vale off |
2 | | -
|
3 | | -.. note:: |
4 | | - |
5 | | - The content for this page requires a major update. The legacy page contains outdated and potentially inaccurate information. You can still access it in the :xref:`legacy repository`. |
6 | | - |
7 | | - If you're interested in helping develop the new content for this page and others, consider joining the documentation efforts. |
8 | | - |
9 | | - Please read the :xref:`dev docs contributing guidelines` and :xref:`Contributing to Mautic’s documentation` to get started. |
10 | | - |
11 | | -.. vale on |
12 | | -
|
13 | 1 | Reports |
14 | 2 | ####### |
15 | 3 |
|
@@ -172,12 +160,12 @@ Each column array can include the following properties: |
172 | 160 | - SQL formula instead of a column. For example, ``SUBSTRING_INDEX(e.type, \'.\', 1)``. |
173 | 161 | * - ``link`` |
174 | 162 | - string |
175 | | - - Route name to convert the value into a hyperlink. Typically used with the ID of an entity. The route must accept ``objectAction`` and ``objectId`` parameters. |
| 163 | + - Route name to convert the value into a hyperlink. Typically used with an entity's ID. The route must accept ``objectAction`` and ``objectId`` parameters. |
176 | 164 |
|
177 | 165 | Filter definition |
178 | 166 | ================= |
179 | 167 |
|
180 | | -Filters are optional. If you don't define them, the system defaults to using the column definitions. However, filters can provide additional options such as dropdown select lists. |
| 168 | +Filters are optional. If you don't define them, the system uses the column definitions. However, filters can offer additional options, such as dropdown lists. |
181 | 169 |
|
182 | 170 | Additional filter keys include: |
183 | 171 |
|
@@ -220,6 +208,4 @@ Mautic dispatches the ``ReportEvents::REPORT_ON_GRAPH_GENERATE`` event to genera |
220 | 208 | * Clone the base ``QueryBuilder`` to safely manipulate queries for multiple graphs. |
221 | 209 | * Use the ``LineChart`` and ``ChartQuery`` classes to generate and render graph data. |
222 | 210 |
|
223 | | -For supported chart types and options, refer to the ``ChartQuery`` and ``LineChart`` helper classes - located in the :xref:`Mautic CoreBundle Chart Helpers` namespace. |
224 | | - |
225 | | - |
| 211 | +For supported chart types and options, refer to the ``ChartQuery`` and ``LineChart`` helper classes - located in the :xref:`Mautic CoreBundle Chart Helpers` namespace. |
0 commit comments