Text from database in dashboard
I have built an application with different charts, which are fed from different datasources. As the script, which is creating this dashboard, is updated from time to time, we want to keep track on its versions. I want to display the version on the dashboard as text. In the jsl script we feed the version by this command:$ Id: xyz.jsl 18 2021-03-25 13:34:17Z name $
How can I display this text in a da...