Iloveoracle
Programmer
Hi,
I designed table format by using matrix query.The table structure comes dynamically ,its not fixed.table is having diff. number of coulmns and rows depending on the parameters we are passing.Now i can display table with columns and rows.But the problem is some rows are spanning between the columns.For example I have data like
(row1,col1)="admin"
(row1,col2)="masters"
[colour red](row2,col1,col2)="technology i_Q is [/colour]conducteing this week"
(row3,col1)="science"
(row3,col2)="Interest"
I think u may understand the above data,1st and 3rd row data is coming in corresponding columns .But row 2 data is spanning between two columns.it means row2 data is spanning between column1 ,column2.
So how to display spanning rows in this situation.One more thing i need to menshion here is,tables and its rows ,columns everything are coming dyanamically,not fixed.Here I discussed for 2 columns only.but remember this number is not fixed.
Thanks in advance.
GP
I designed table format by using matrix query.The table structure comes dynamically ,its not fixed.table is having diff. number of coulmns and rows depending on the parameters we are passing.Now i can display table with columns and rows.But the problem is some rows are spanning between the columns.For example I have data like
(row1,col1)="admin"
(row1,col2)="masters"
[colour red](row2,col1,col2)="technology i_Q is [/colour]conducteing this week"
(row3,col1)="science"
(row3,col2)="Interest"
I think u may understand the above data,1st and 3rd row data is coming in corresponding columns .But row 2 data is spanning between two columns.it means row2 data is spanning between column1 ,column2.
So how to display spanning rows in this situation.One more thing i need to menshion here is,tables and its rows ,columns everything are coming dyanamically,not fixed.Here I discussed for 2 columns only.but remember this number is not fixed.
Thanks in advance.
GP