Skip to main content
Inspiring
June 7, 2008
Question

Report question/problem

  • June 7, 2008
  • 1 reply
  • 278 views
I am trying to produce a report.

One query returns three rows, which is correct, because there are three line items. I then link those three records to another table to get a description.

The problem I am having is that this record has two descriptions, so instead of returing just the three records, it returns six records, three for the first description and three for the second.

How can the query or report just produce the three records, and have both descriptons on the same line/column separated by a comma, if this is even possible ?
    This topic has been closed for replies.

    1 reply

    Inspiring
    June 7, 2008
    Check out the cfoutput tag in the cfml reference manual. Pay particular attention to the group attribute.