The Queue of IF condition is shown below and to suit to my requirement, I have to remove the 2nd occurrence of SUPPRESS ( This has basically come coz there was a false input to it )
QUEUE : IN . . . >QUEUE : IN2
SUPPRESS. . . > SUPPRESS
idtnr1. . . . . . . . > SUPPRESS
Contextchange. > true
idtnr2. . . . . . . . > Contextchange
Contextchange. > true
idtnr3. . . . . . . . > Contextchange
=> The final output is coming as idtnr1 and idtnr3
I want to make it as idtnr2 and idtnr3.
Basically i wanna remove the SUPPRESS ( which is coming because of the False condition )
how do I do it?
Refer to following post for more details :
regards,
Nikhil.