Get the union of 2 series having different root items in Websphere TX
Posted
by Jean
on Stack Overflow
See other posts from Stack Overflow
or by Jean
Published on 2010-03-29T12:30:25Z
Indexed on
2010/03/30
11:23 UTC
Read the original article
Hit count: 229
Here is a sample of my problem. I have the following typetree :
Root
|-Text(item)
|-Texts(group, delimited, literal separator=<NEXT>, components=Text[1:s])
I have 3 cards :
serie1 (type=Texts), rule =clone("test", 3)
serie2 (type=Texts), rule =clone("test", 3)
union (type=Texts), rule =?
How can I get the union to contain both the values from serie1 and serie2 ?
© Stack Overflow or respective owner