Reports:
Non-aggregated columns in Grid report export.
Normalized table mode for 2-dimensional Grid reports.
Ability to create internal reports via the UI.
Ability to show/hide and resize columns in the list report result view.
96 lines
2.3 KiB
JSON
96 lines
2.3 KiB
JSON
[
|
|
{
|
|
"rows": [
|
|
[{"name": "name"},{"name": "type", "readOnly": true}],
|
|
[{"name": "category"}, {"name": "entityType", "readOnly": true}],
|
|
[{"name": "description"}]
|
|
]
|
|
},
|
|
{
|
|
"label": "Parameters",
|
|
"rows": [
|
|
[
|
|
{
|
|
"name": "groupBy",
|
|
"view": "advanced:views/report/fields/group-by"
|
|
}
|
|
],
|
|
[
|
|
{
|
|
"name": "columns",
|
|
"view": "advanced:views/report/fields/columns",
|
|
"params": {
|
|
"required": true
|
|
}
|
|
}
|
|
],
|
|
[
|
|
{
|
|
"name": "orderBy",
|
|
"view": "advanced:views/report/fields/order-by"
|
|
},
|
|
false
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"rows": [
|
|
[
|
|
{
|
|
"name": "runtimeFilters",
|
|
"view": "advanced:views/report/fields/runtime-filters"
|
|
},
|
|
{"name": "applyAcl"}
|
|
],
|
|
[
|
|
{"name": "tableMode"},
|
|
false
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"label": "Filters",
|
|
"rows": [
|
|
[
|
|
{
|
|
"name": "filtersControl",
|
|
"noLabel": true,
|
|
"view": "advanced:views/report/fields/filters-control-2"
|
|
}
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"label": "Chart",
|
|
"name": "chart",
|
|
"rows": [
|
|
[
|
|
{
|
|
"name": "chartType"
|
|
},
|
|
false
|
|
],
|
|
[
|
|
{
|
|
"name": "chartColor"
|
|
},
|
|
false
|
|
],
|
|
[
|
|
{
|
|
"name": "chartColorList"
|
|
},
|
|
false
|
|
],
|
|
[
|
|
{
|
|
"name": "chartOneColumns"
|
|
},
|
|
{
|
|
"name": "chartOneY2Columns"
|
|
}
|
|
]
|
|
]
|
|
}
|
|
]
|