SQL Version

Is there a way to display the SQL version in the dashboard after switching to the version agnostic mp?

I use a customised version of the MSSQL Database Engine Matrix Tile to add the following version column;

{
“title”: “Version”,
“_type”: “celltile/text”,
“config”: {
“display”: {
“contentTemplate”: “{{properties.version}}”
}
}
},

1 Like