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…
It looks like you're new here. Sign in or register to get started.