The most recent content from our members.
What's the correct way to format this SQL statement? I'm attempting to convert a celsius value to fahrenheit to include it in the alert message and NPM Event Log. Thank you!! ${SQL:Select CASE ${SensorUnit} WHEN 'Celsius' THEN (${SensorValue} * 9 / 5) + 32 ELSE 0 END} I get this error .... MACRO SQL ERROR - incorrect…
Good afternoon, Is there a way to put the information contained in the Hardware Health Chart for Temperature graph in Celsius? When I do a EDIT and then select Celsius, Submit it doesn't work, it still shows that in Fahrenheit. I want to be able to keep history on my Cisco Switches temperature. I'm able to use the…
I have a UnDP transform to convert Celcius to Farenheit, CtoF({Temp_C}), and this work normally but I want to append the letter "F" to the value returned so in a custom report you see " 71.6 F" instead of 71.6", etc. Is there a way I can + "F" at the end of this formula? I've tried several things without any success.
It looks like you're new here. Sign in or register to get started.