This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Make a custom widget to be added to dashboard.

I have this query and want to create an object/widget to be put on a dashboard. Anyone that can help me to find the process I would appreciate it. I plan to expand the query. 

SELECT
b.detailsUrl,
b.EntityType,
b.NodeID,
b.status
FROM Orion.NodeChildStatusDetail a, Orion.Nodes b
Where a.NodeID = b.NodeID

Parents Reply Children
No Data