cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping help:how to suppress on filed value?

umesh_badveli
Participant
0 Kudos

Hi all,

I have a requirement where i need to suppress one field value in mapping level.

GL                            Target Node

Gl_acc --filed               Char--field


If Gl_acc range is less than 39999 i need to pass empty value to Char filed and if Gl_acc=22123 then i need to suppress this GL_acc.


and I am able to do this less than 39999 condition but second condition I am not getting the logic how to suppress this 22123 value .

Please Help on this logic .

Regards

Umesh




Accepted Solutions (0)

Answers (2)

Answers (2)

former_member190293
Active Contributor
0 Kudos

Hi Umesh!

Use IfWithoutElse function. It produces output only if condition is true. In parameters of this function you can set "Keep Suppress values" property. In this case you'll preserve items count in output queue.

Regards, Evgeniy.

Former Member
0 Kudos

Hi Umesh

Please use logic

if--- gl_acc ----equals----not    22123 and gl_acc---- lessthan 39999--then   pass constant to target

Regards

Nagur