Hi everybody
I have a view with 2 columns and 2 rows(No 1). I want to show the result with 3 columns in 1 row(No 2). Please help me..
No1:
The view result :
ID | SubjectID
-- ---------
13279 | 900
13279 | 910
No2:
I want to show that result in this structure :
ID | SubjectID | SubjectID2
-- --------- ----------
13279 | 900 | 910
Thanks.