I have created the clients 'Orion Home Summary' Dashboard (Modern), displaying some 'Node Status' widgets, one for each of their sites/studios in the US.
All I'm looking for now is to have a simple Table Widget on the Home Summary Dashboard listing the 7 Studios from top-to-bottom in the table/left-hand column, and these Studios have a 3-letter abbreviated code, for example, SFO (San Francisco)
The Studio Codes have been created via a Custom Property so that each node can be tagged with its studio code in the Node Properties. Simple.
But I would also like to have a URL/Link in the second column in the table which when clicked takes the User to a secondary Dashboard, presenting widgets for that specific Studio away from the Orion Home Summary.
This is what I'm using (SWQL) to present the 'Studio' Custom Property with a couple of other Custom Properties. The problem with this query is that it is searching for the TOP 100 entries where as all I want is to list the 7 x Studio Codes in the left hand column, and then have a URL in the righ-hand column for the user to click.
I cannot see any URL column in the 'Orion.NodesCustomProperties' table, but I'm sure it will be in another table somewhere.
Am I also going to have to Group/Order the query so that I only receive one row for each of the Studios?
It seems a simple request and maybe I'm looking too much into this :-)
SELECT TOP 100 City, Studio
FROM Orion.NodesCustomProperties