How to show values in table horizontally in BIRT

amrutaraut99@gmail.com
edited February 11, 2022 in Analytics #1

Hello,

My scenario is that i
default table shown in BIRT is like that

column 1 | column 2
val1 | val1
val2 | val2
val3 | val3

but I want show table like as below

column 1 | val1 val2 val3
column 2 | val1 val2 val3 in table

I am trying it using List but unable to get values in horizontally

Please give me a suggestions how can I do it,it really helpful for me

thanks in Advance.

Answers

  • Can you do it with SQL? If not try a cross-tab

  • @wwilliams said:
    Can you do it with SQL? If not try a cross-tab

    +1 for wwilliams answer. To get closer to what you're looking for, you may want to change your crosstab from horizontal to vertical.

    Warning No formatter is installed for the format ipb