Jump to content

Recommended Posts

Posted

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.

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted

group header should only print when group change and not for each item within a group. If it's printing every time, you're probably doing something wrong.

Posted

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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...