Hopefully this should be an easy one.
I have a very simple map that RUNs aother map. What I need is the first map to put out some descriptive text upon failure. i.e (if called map fails "it worked" , "it failed").
what do I need to do with the below rule to achieve this??
=RUN(MAP_NAME Column:In1,"-ID1 '-VAR SUBSYSTEM="+ SUB_SYSTEM Column:In1+"
-VAR COID="+CO_ID Column:In1 +" -VAR DEPTID="+DEPT_ID Column:In1 + " -VAR
BATCHNUMBER="+ TSQ_BTCH_NO Column:In1 + " -VAR DBNAME="+PLAN_NAME Column:
In1 + "' -OD2" )
thanks in advance
I have a very simple map that RUNs aother map. What I need is the first map to put out some descriptive text upon failure. i.e (if called map fails "it worked" , "it failed").
what do I need to do with the below rule to achieve this??
=RUN(MAP_NAME Column:In1,"-ID1 '-VAR SUBSYSTEM="+ SUB_SYSTEM Column:In1+"
-VAR COID="+CO_ID Column:In1 +" -VAR DEPTID="+DEPT_ID Column:In1 + " -VAR
BATCHNUMBER="+ TSQ_BTCH_NO Column:In1 + " -VAR DBNAME="+PLAN_NAME Column:
In1 + "' -OD2" )
thanks in advance