On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

Horizontal table?

Novice
Novice Junior Member
Hi,

i am completely new to BIRT. So maybe the solutions could be quite easy.
I am using the BIRT RCP Designer to create a report.

How can i create a horizontal table, like the following

SQL Database
No Name Age (column name)
1 ...a ... 12
2 ... b ... 13
3 ... c ... 14


and i want a table like that :
No ...... 1 ... 2 .... 3
Name ...a ... b .... c
Age .... 12 ..13 .. 14

The only thing i managed so far was using cross tab and draggin all 3 fields to
<Datafields to define columns>. But then i get something like
1 .. 2 .. 3
a .. b .. c
12 .13 . 14

all bold as headers and the column name is missing.

P.S. How to make tables in this forum ?

Comments