Hi all,
I wonder how I can achieve the following structure:
- Text
- Group 1
- Text
- Group 2
- Text
Group 1 and group 2 shows the multiple items.
I just want to add some table or text between group 1 and 2, but I can't figure it out. The solution could be a group 2 header but it repeats itself because group 2 contains multiple items. I need some static text between the groups.
Hopefully above is clearly.
Thanks for any help or tips.
2 Answers:
Thanks, but let me explain it better. I try to achieve the following:
---------------------------
Text: Introduction to tables
Group:
Table 1
Table 2
Text: Introduction to chairs
Group:
CHair 1
Chair 2
-----
Note: both groups have the same expression because the information is stored in the same table: $F[info_id]
At this moment I get the following result:
Text: Introduction to tables
Table 1
---- Text: Introduction to chairs
---- Chair 1
Table 2
---- Text: Introduction to chairs
----- Chair 2
I don't want the group nested in the first group.
Hopefully above is clearly, thanks for the help.