|
Home > Archive > BizTalk Server General > July 2004 > Multiple Value Mapping Functiods to single element on Table Loopin
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Multiple Value Mapping Functiods to single element on Table Loopin
|
|
| GilesTH 2004-06-28, 8:46 am |
| I have two Value Mapping functiods (following two set of different logic), one of the two will produce a string for each record. The reuslt needs to go into the second column on a 2 column grid (Table Looping Functiod). It is not possible (on the grid) to
have two inputs feeding a signle output. I have tried to concatenate the two value mapping outputs, but this fails as one is always null. I think I need an "either or" functiod.
Help!
| |
| Tan Bao Nguyen 2004-07-01, 3:06 am |
| Giles,
The concatenate functoid won't work because one of the two value mapping
functoids will always be null. The generated XSLT will first check if the
value mapping functoid is true. If it's the case then the value will be
generated; it won't be generated otherwise. This is why you're not getting
any output. A workaround is to use a scripting functoid and write some
inline XSLT code to handle the case.
Regards,
Tan Nguyen
Microsoft BizTalk Server
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------[vbcol=seagreen]
Loopin[vbcol=seagreen]
Loopin[vbcol=seagreen]
logic), one of the two will produce a string for each record. The reuslt
needs to go into the second column on a 2 column grid (Table Looping
Functiod). It is not possible (on the grid) to have two inputs feeding a
signle output. I have tried to concatenate the two value mapping outputs,
but this fails as one is always null. I think I need an "either or"
functiod.[vbcol=seagreen]
|
|
|
|
|