on 2015 May 27 10:22 AM
Dear All Experts,
Below is my nodes structure that is defined.
Logic :
When NUMBER = 100 then get VALUE
ELSE NUMBER = 200 then get VALUE
(First should check NUMBER = 100 in all nodes (ITEMS), if not only NUMBER = 200 should be evaluated. NUMBER can have any value other than 100, 200 )
I tried with IF ELSE condition like below but Display Queue is producing "Null" values when there are "NUMBER" other than 100 or 200.
Request clarification before answering.
Hi Fernando,
your mapping is having context problem. For every false in if statement you need else value and that will not come in current logic.
if the target needs only value then try the below logic
[1]
Number --> map with default (blank) --> equals (100) -->> If without else (map the value in then)
[2]
Number --> map with default (blank) --> equals (200) -->> If without else (map the value in then)
input to if condition
[1] --> map with defailt (blank) --> equals (blank) --> Not
Then input
[1]
Else input
[2]
If the above logic is not clear then i can provide you the mapping screenshot.
regards,
Harish
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 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.