on ‎2024 May 16 12:08 PM
Hi ,
I am using PO7.5. I am new to node functions and need some help.
Say,I have 3 input fields(ip1, ip2, ip3) and one output field(op1).
I want to achieve below functionality with node functions or UDF. Can anyone guide me on this?
If IP1 or IP2 is initial then OP1 = IP3.
If IP1 is not initial and IP2 is not initial then OP1 = concate(IP1, IP2).
Do i need to create Custome function or with simple node functions is it possible?
Thanks,
Pavan.
Request clarification before answering.
You can use the standard mapping steps of the graphical message mapping editor, like the "if-then-else" and the "concat", to achieve this easily. Or you write some Java code in a UDF. Whatever you prefer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.