Home Analyst Portal

Dashboard Refresh add in query

Sean_TerrySean_Terry Customer Advanced IT Monkey ✭✭✭

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

  • Geoff_RossGeoff_Ross Cireson Consultant O.G.

    Hi Sean,

    Have you followed the steps on the KB?
    https://kb.cireson.com/article/user-guide-add-in-dashboard-auto-refresh/2634

    Geoff

  • Sean_TerrySean_Terry Customer Advanced IT Monkey ✭✭✭

    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 :)


Sign In or Register to comment.