Jump to content
We've recently updated our Privacy Statement, available here ×

table: column grouping


wisoo123

Recommended Posts

Hi,

which report structure would you suggest to create a table with the following layout:

           Category 1      |      Category 2    |     Category X
       -------------------------------------------------------------
       Attr1 Attr2 Attr X  | Attr1 Attr2 Attr X | Attr1 Attr2 Attr X
     -----------------------------------------------------------------
1.1.   val  val   val        val   val   val      ...
2.1.   ...
3.1.   ...
...
31.1.

Data comes from SQL (Dataset) as (time,category,attr,val).

How can I realize these grouping of columns with the table object? I tried to insert group headers into the table->columnHeaderList, but then then content of each category is displayed on a new page.

Thanks!
 

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Hi Ajinkya,

you are right - I tried to create a report this weekend using crosstabs, and it worked better than with tables (but maybe it is possible with them too?).

What I couldn´t  implement until now: how can I avoid page breaks inside a column group? For example, in my example above all columns "Attr1"-"AttrX" of "Category 2"  should be displayed on next page, if one or more columns do not fit on the current page.

Wisoo123

Link to comment
Share on other sites

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...