Forum Discussion
Astroraf
03-13-2025Data Pipeline
Hi JeremyFriedel I am still unsure what you mean by this.
For me to have the dimension update the title of the widget does my formatting have to be:
widgetTitleTemplate: "{{val}} By {{dim}}",Where each individual dimension that is changing also needs the WidgetTitleTemplate to have this coded as such:
"widgetTitleTemplate": "{{val}} By {{dim}}"
or
"widgetTitleTemplate": "{{val}} By Supplier"
or
"widgetTitleTemplate": "Revenue By {{dim}}"I am just trying to understand the syntax of this solution.