Page 1 of 1

Modify Stage

Posted: Fri Nov 10, 2006 1:30 pm
by Raftsman
In the Specification clause, can I combine functions

i.e. String_trim[" ",end](substring[3,6]field_A)

If not, is there another way

Re: Modify Stage

Posted: Fri Nov 10, 2006 1:50 pm
by csrazdan
Yes you can. Here is an example:

INTRN_STAT_CDE = handle_null(string_trim(INTRN_STAT_CDE)," ")