Hi,
Is it possible to have a bulleted region that is mail merged with a table that references itself with a heirarchical relationship and indents the bullets by level?
eg. The follwing Datatable would produce the following result
ChildID ParentID Level Title
1 null 1 First Level
2 null 1 First Level Again
3 1 2 Second Level
4 3 3 Third Level
- First Level
1.1 Second Level
1.1.1 Third Level
2. First Level Again