Skip to Content
0
Former Member
Jan 25, 2012 at 04:15 AM

Cross Tab issue , Need a Help

35 Views

HI Expery

In BO Webi report need to show dynamic columns in Report after transposing rows to columns.

Data in Table is like below:

Col1 Col2 Col3

101 Abc 801

101 Abc 802

101 Abc 803

101 Abc 804

101 Abc 805

102 RNM 2009

102 RNM 2010

102 RNM 2011

103 RYZ 3465

In Report It should be as

Col1 Col2 Col3 Col3 Col3 Col3 Col3

101 Abc 801 802 803 804 805

102 RNM 2009 2010 2011

103 RYZ 3465

We have tried implementing the same using cross tab , but issue is in Cross col3 grows with all values present for all records. Here, if we use cross tab we are getting result as below:

Col1 Col2 Col3 Col3 Col3 Col3 Col3 Col3 Col3 Col3 Col3

101 Abc 801 802 803 804 805 2009 2010 2011 3465

102 RNM 801 802 803 804 805 2009 2010 2011 3465

103 RYZ 801 802 803 804 805 2009 2010 2011 3465