Quantcast
Channel: SCN: Message List - ABAP for SAP HANA
Viewing all articles
Browse latest Browse all 2110

Re: CDS View with arithmetic CASE-Expression

$
0
0

case

when fkimg >10

then'dummy'

when netwr between10and100

then'dummy'

else

'fit'

endas invoiceuse ,


i have used this above code to build cds view it dnt throwed any error


and when you want to compare same field then try like,


case fkimg

when 0

then 'bad'

when 10

then 'good'

else

'better'

endcase as result.


Viewing all articles
Browse latest Browse all 2110

Trending Articles



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