Get the union of 2 series having different root items in WTX
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/29
12:33 UTC
Read the original article
Hit count: 246
Here is a sample of my problem. I have the following typetree :
Root
|-Text(item)
|-Texts(group, delimited, literal separator=<NEXT>)
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