Hey all,
I would like to use a column (e.g. ‘Material_Name’) to be displayed within the title of my chart.
I know the filter or variable assignment e.g:
"config": {
"title": {
"text": "",
"$text": {
"type": "string",
"value": "Forecast of ID {{filters.fi_material_id.identifier.values.0}} as a function of time"
}
},
But is there a possibility to create something like:
"config": {
"title": {
"text": "",
"$text": {
"type": "string",
"value": "Forecast of ID {{filters.fi_material_id.identifier.values.0}} {{Material_Name}} as a function of time"
}
},
Last option would be to create hidden filters I guess?!
Thanks in advance