Docs: Update group to nested tables transformation header to match naming in UI (#90458)

This commit is contained in:
Nathan Marrs 2024-07-16 07:31:17 -06:00 committed by GitHub
parent 881d9c0b83
commit 1ee9df8ac6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -673,7 +673,7 @@ We can generate a matrix using the values of 'Server Status' as column names, th
Use this transformation to construct a matrix by specifying fields from your query results. The matrix output reflects the relationships between the unique values in these fields. This helps you present complex relationships in a clear and structured matrix format.
### Group to nested table
### Group to nested tables
Use this transformation to group the data by a specified field (column) value and process calculations on each group. Records are generated that share the same grouped field value, to be displayed in a nested table.