Aspose XML Mail Merge – We are facing a problem using mail merging through Aspose UI Framework. With grouping we see that all group items of all groups show up in each group.
IF the XML Structure is:
MasterItem
MasterItem1:Item1
MasterItem1:Item2
MasterItem1:Item3
MasterItem
MasterItem
MasterItem2:Item1
MasterItem2:Item2
MasterItem2:Item3
MasterItem
after merging in the document we get the following table Layout
MasterItem
MasterItem1:Item1
MasterItem1:Item2
MasterItem1:Item3
MasterItem2:Item1
MasterItem2:Item2
MasterItem2:Item3
MasterItem
MasterItem
MasterItem:Item1
MasterItem:Item2
MasterItem:Item3
MasterItem:Item1
MasterItem:Item2
MasterItem:Item3
MasterItem
As the conclusion, we are actually getting items from both tags in the mail merge Document and thereby we need to have the functionality to filter out the second tag from the mail merge.
Any clue what we do wrong or is this functionality not supported?