Dashboard Refresh add in query
Really need this so a welcome addition.
Can I confirm if this is should work with SQL Table Widgets when creating a custom page? We have some custom pages for Change Management and we want to move away from promoted views from the Microsoft console. The refresh is the main sticking point for the CR team.
I do not see the button to turn on/off the auto refresh. So I'm not 100% sure if the add in is working in our dev environment.
Example query we are using:
SELECT [Source_Id] AS 'ID'
,[Title]
,[Category] AS 'Type'
,[System_WorkItemCreatedByUser_DisplayName] AS Creator
,[ScheduledStartDate] AS 'Scheduled Start'
,[ScheduledEndDate] AS 'Scheduled End'
,[Priority]
,[Risk]
,[Base_LastModified] AS 'Last Modified'
FROM [SCSM_Portal_Dev].[cachearc].[csnArchive_MT_System_WorkItem_ChangeRequest]
Raised query with Cireson via an SR but was asked to post the query here.
Answers
Hi Sean,
Have you followed the steps on the KB?
https://kb.cireson.com/article/user-guide-add-in-dashboard-auto-refresh/2634
Geoff
Yep. Add in loaded fine according to dev tools:
It has finally appeared!
It was just very slow to appear. It took two days to appear in our environment. I'd restarted a few things but whatever was blocking it, appears to have cleared in the end :)