Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Report question/problem

Participant ,
Jun 06, 2008 Jun 06, 2008
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 ?
248
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 07, 2008 Jun 07, 2008
LATEST
Check out the cfoutput tag in the cfml reference manual. Pay particular attention to the group attribute.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources