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 think you miss a last little thing.
Follow me:
1) place header group one + text into the subform A
2) place col1-col4 into subform B
3) wrap these two into a new subform (parent), subform C
4) for C: content = flowed, direction top to bottom
5) for A, B, content: flowed, direction western text
That should do the wrap for you.
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.