Hello Orion SDK Community,
I hope I'm just unaware of the ability to convert string data to a number -
I'm attempting to determine (based on the polling frequency of an application template) the approximate "weight" of the components for an application monitor.
To that end, I'm pulling the value from the Orion.APM.ApplicationTemplateSettings table, where the key is "___Frequency".
When I attempt to include that value in any numeric functions (SWQL Functions · solarwinds/OrionSDK Wiki · GitHub) I get the message: "Arithmetic overflow error converting nvarchar data type to type numeric".
Are there any tricks (or something really simple I'm missing) that would let me perform a numeric function/operation with the "value" from Orion.APM.ApplicationTemplateSettings?
Thank you,
=swql