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.
Hello,
I second Robert here, you should create the data in the structure you want to display it in the form. That simplify the things a lot, spare time for you and the problems as well. Have you played with the content: flowed, direction: top to bottom/ western text and height/ width: autofit?
Regards Otto
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.