Hi
I am working with CR XI on Sql Server db.
My data looks like this:
bamboo-21/09/2005 - mov1
- mov2
- mov3
-23/08/2005 - mov4
- mov5
cape - ......
I want to format them like
bamboo-21/09/2005 - mov1,mov2,mov3
-23/08/2005 - mov4,mov5
I have a group on name (bamboo), a group on date; mov...are in detail; all data are in one table.
I don't want to use format with multiple columns, because I want to print the mov at the right of the page.
Is it another way I could do this?
Or could I write an SQL, procedure which I could use for bring me the data like this?
Thanks
I am working with CR XI on Sql Server db.
My data looks like this:
bamboo-21/09/2005 - mov1
- mov2
- mov3
-23/08/2005 - mov4
- mov5
cape - ......
I want to format them like
bamboo-21/09/2005 - mov1,mov2,mov3
-23/08/2005 - mov4,mov5
I have a group on name (bamboo), a group on date; mov...are in detail; all data are in one table.
I don't want to use format with multiple columns, because I want to print the mov at the right of the page.
Is it another way I could do this?
Or could I write an SQL, procedure which I could use for bring me the data like this?
Thanks