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

Re: Deriving a Calculated column by looping

$
0
0

Hi,

 

Here you goes.

 

1.) Create first projection and insert your table.

2.) Create one more projection and insert your table and put filter text = 'GW3'.

3.) Join both of them as 'left outer' join.

4.) In join node, create one more claculated column as 'date_alt1'

    and give condition as ..

if(isnull("date_alt"),'NULL',"date_alt")

 

5.) Join it with your upper projection.

 

joins.png

 

result10.png

 

Br

Sumeet


Viewing all articles
Browse latest Browse all 9165

Trending Articles



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