Skip to main content
Known Participant
November 14, 2012
Question

CFLOOP Question

  • November 14, 2012
  • 2 replies
  • 1052 views

I have a query that is looped through on the page into two columns via array.  Is there a way in an CFLOOP to have static text without it repeating for the number or records in the query?  (in this case in a third colunm)

This topic has been closed for replies.

2 replies

Inspiring
November 15, 2012

If you are looping through two columns via array, you might be overengineering something simple.  However, it sounds like cfoutput's group attribute might solve your problem.

Miguel-F
Inspiring
November 14, 2012

It is hard to understand your question.  Can you share some example code?  Maybe that will help.