By default, tiles that return no results show “No data” .
This can be misleading. For example, if a tile is showing the number of P1 tickets and there are none, that’s actually good news.
Fortunately, the “No data” message can be overridden via JSON.
Edit the tile → Edit JSON**, then insert the following line inside the “visualisation” section:
“noDataMessage”: “Message here when there is no data”
Save, and the tile will show your message instead.
Quick workaround for now. We’ll make this easier in the UI later ![]()
