Strong_Warning
New Member
- Joined
- Nov 15, 2007
- Messages
- 42
Hi All
Ive got one that has me stumped. I appreciate any help anyone can give me on this one!!
Sorry I dont know how to post examples in here properly but here goes
ColumnA ColumnB
ab67 App-Infran InfranView 4.27 R1.0-User
ab67 App-Mindjet MindManager 9.1.157 R1.0-Comp
ab67 App-Pitney Bowes MapInfo Pro 10.5 R1.0-Comp
ab67 App-Space-Time Research SuperTABLE 6.5.1 R1.0-User
I have a list of pc applications for each user ID. Each application & user ID is on a different row.
What I need is to concatenate all the apps for each user with comma's separating them
so if column A = ab67 then I want to return a result of :
App-Infran InfranView 4.27 R1.0-User,App-Mindjet MindManager 9.1.157 R1.0-Comp,App-Pitney Bowes MapInfo Pro 10.5 R1.0-Comp,App-Space-Time Research SuperTABLE 6.5.1 R1.0-User
Forgive me if concatenate is the wrong function here but if anyone can help me on this one I will really appreciate it!!
Thanks heaps
Ive got one that has me stumped. I appreciate any help anyone can give me on this one!!
Sorry I dont know how to post examples in here properly but here goes
ColumnA ColumnB
ab67 App-Infran InfranView 4.27 R1.0-User
ab67 App-Mindjet MindManager 9.1.157 R1.0-Comp
ab67 App-Pitney Bowes MapInfo Pro 10.5 R1.0-Comp
ab67 App-Space-Time Research SuperTABLE 6.5.1 R1.0-User
I have a list of pc applications for each user ID. Each application & user ID is on a different row.
What I need is to concatenate all the apps for each user with comma's separating them
so if column A = ab67 then I want to return a result of :
App-Infran InfranView 4.27 R1.0-User,App-Mindjet MindManager 9.1.157 R1.0-Comp,App-Pitney Bowes MapInfo Pro 10.5 R1.0-Comp,App-Space-Time Research SuperTABLE 6.5.1 R1.0-User
Forgive me if concatenate is the wrong function here but if anyone can help me on this one I will really appreciate it!!
Thanks heaps