Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 10446

Re: Field Routine not working

$
0
0

Hi

 

Try one of the following ..

 

A.

 

IF SOURCE_FIELDS-AUGDT  NE '' .

       RESULT = 'C'.

    ELSE.

       RESULT = ''.

ENDIF .

 

 

B.

IF SOURCE_FIELDS-AUGDT  > 1

       RESULT = 'C'.

    ELSE.

       RESULT = ''.

ENDIF.

 

 

Your AUGDT is probably not blank, it has value either space or '00000000' , that is why it block is not going to else block .


Viewing all articles
Browse latest Browse all 10446

Latest Images

Trending Articles



Latest Images

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