on ‎2010 Mar 22 1:22 PM
Hello,
I am trying to group my table output to have a GROUP and then the details underneath the group. I have seen some SDN solutions about using Control levels or nested tables. The problem with these is the control levels are part of the table details. I want the control levels (or groups) as a separate row and then the details below. Like this:
|Group One| |Group text|
col1 | col2 | col3 | col4 |
col1 | col2 | col3 | col4 |
col1 | col2 | col3 | col4 |
col1 | col2 | col3 | col4 |
|Group Two| |Group text|
col1 | col2 | col3 | col4 |
col1 | col2 | col3 | col4 |
col1 | col2 | col3 | col4 |
col1 | col2 | col3 | col4 |
But when I try nested tables or control levels I get this (it includes the group as part of the table):
Group One | Group text | col1 | col2 | col3 | col4 |
Group One | Group text | col1 | col2 | col3 | col4 |
Group One | Group text | col1 | col2 | col3 | col4 |
Group One | Group text | col1 | col2 | col3 | col4 |
Group Two | Group text | col1 | col2 | col3 | col4 |
Group Two | Group text | col1 | col2 | col3 | col4 |
Group Two | Group text | col1 | col2 | col3 | col4 |
Group Two | Group text | col1 | col2 | col3 | col4 |
Request clarification before answering.
I have spun my wheels on this before and admitted defeat.
I wound up creating an internal table on the backend just the way I want it printed, and passed that to Adobe.
If you are bent on pursuing this further, there are Adobe-specific forums outside of SDN where you can ask a question like this.
You can head over to Google groups where there is a particularly helpful group called livecycle.
This is where I go if I'm stuck on something inside Adobe that has no real pertinence to SAP.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.