Hi,
I have read through the forum and have found similar situations with what I am trying to do but nothing is working. I have a docx file with four columns grouped by teams and members. It gets filled down. In some instances I have no members, but do have a team. If there are no members in the team I want it to not display the box. Here is what I am doing. Magnet and bmagnet do not seem to work.
word four column table...Each block fills with team name and members below. How do I remove those with no data in the output??
First block
[main.Team;block=tbs:row]
[sub.MemberName; block= w:p;p1=[main.Team]; p2=1][sub.val]
|
Second block and so on. Only difference is the p2 variable in the query
[main.Team;block=tbs:row]
[sub.MemberName; block= w:p;p1=[main.Team]; p2=2][sub.val]
|
Output
Team Jen Team Pete Team Virginia Team Terry
Sarah, Patty, Tom Eric Virginia Sam, Victoria
Team Yun Team Patrick Team Erica Team Bob
Kara, Lucien No data Trudy, Yuri Bob
Team Sallie
No data
How do I get Team Sallie and Team Patrick to not show?
Thanks.