Skip to main content
Inspiring
July 10, 2015
Question

Merge multiple rows into one row

  • July 10, 2015
  • 0 replies
  • 391 views

We are using CF10. I am writing a query that feeds into an adobe report builder report. Several tables are involved.

I need the name, address, and the checklist items on one row. There can be up to 3 checklist items per name, one name, one address.

The data looks something like this

Joe Student123 MainHI
Joe Student123 MainPD
Sam Student124 MainJP
Anne Student125 MainHI
Anne Student125 MainJP

The output should look like this:

Joe Student     123 Main     HI     PD

Sam Student   123 Main    JP

Anne Student   123 Main    HI     JP

This topic has been closed for replies.