Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: if condition error in HANA

$
0
0

If you are trying to the below :

 

CASE WHEN "Severity" NOT IN ('Emergency','High','Medium') THEN 'Outstanding' ELSE "Severity"

Then the equivalent IF condition would be as below:

 

if("STATUS"!='Emergency' AND  "STATUS"!='High' AND "STATUS"!='Medium','Outstanding',"STATUS")

 

Regards,

Krishna Tangudu


Viewing all articles
Browse latest Browse all 9165

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>