Quantcast
Channel: SCN : Unanswered Discussions - Data Services and Data Quality
Viewing all articles
Browse latest Browse all 3719

Custom Function related issue

$
0
0

Hi,

 

There is a custom function defined and it is called in the query transform as function call output.

 

Custome Function.

 

IF ( $PREV_NAME IS NULL )

begin

$PREV_NAME = $CURR_NAME ;   

end

else

begin

$PREV_NAME = $PREV_NAME || ',' || $CURR_NAME ;

end

Return $PREV_NAME ;

 

 

Am getting the output always only $Curr_name parameter value, here Prev_name parameter is initialized NULL in work flow stage.

 

 

please advise here,why else part is not working and let me know if you need any further information.

 

 

Thanks.

 

Best Regards,

Edu.....


Viewing all articles
Browse latest Browse all 3719

Trending Articles



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