Hi,
I need to configure a Custom Query widget in NPM. The widget supports only SWQL and i am using a Stored Procedure in my DB query.
Can somebody please suggest a solution.
Thanks
Query Sample :-
SELECT
dbo.StoredProc(cs.RowID) as [Name],
Cs.Value
FROM [ISMT_DFAT].[dbo].[CustomPollerAssignmentView] as CA
INNER JOIN [ISMT_DFAT].[dbo].[CustomPollerStatusTable] as CS ON (Ca.CustomPollerAssignmentID=CS.CustomPollerAssignmentID)
where CA.CustomPollerName = 'PacketLoss' and cs.RowID like '%.2'
NPM version : 11.5.3