Doc Gen Word Template Table filter using xpath
Hello! I have the attached table working, however, it displays all quote lines under each group (screenshot “output”) instead of displaying only the quote lines that are displaying under each group (screenshot “expectedoutput”). Please help!


<# <Group Select ="/SBQQ__Quote__c//SBQQ__LineItemGroups__r" By="./Name"/> #>
<# <Content Select="./GroupName" /> #>
| Name | Description | Pricing |
| <# <TableRow Select=".//SBQQ__LineItems__r" /> #><# <Content Select="./QT_Product_Name__c"/> #> | <# <RichText Select="./SBQQ__Description__c"/> #> | <# <Content Select="./Net_Unit_Text__c"/> #> |
<# <EndGroup/> #>
Back to Docusign.com

