Charlie,


Thank you for the links... but I'm still stuck.  I understand completely how
to sort the results into columns --except that I've got a cfoutput group
going on in my results.  I can't figure out how to look at the results 'as a
whole'.


Any tips? Something simple I'm just not seeing?


--
Jillian

-----Original Message-----
From: Charlie Griefer [mailto:[EMAIL PROTECTED]
Sent: July 4, 2004 11:06 AM
To: CF-Talk
Subject: RE: Displaying Results in Columns

http://tutorial140.easycfm.com/
http://tutorial141.easycfm.com/

Either of those should help (the second one goes a bit further towards
maintaining 'proper' HTML) :)

-----Original Message-----
From: Jillian Carroll [mailto:[EMAIL PROTECTED]
Sent: Sunday, July 04, 2004 9:35 AM
To: CF-Talk
Subject: Displaying Results in Columns

I'm hoping somebody out there can help.  I need to display these results
in two columns (currently just displaying in one).  

<cfquery name="search" datasource="#DSN#" username="#db_username#"
password="#db_password#">
SELECT *
FROM users
WHERE dealership = #form.dealership#
ORDER BY
department
</cfquery>

<cfoutput query="search" group="department">
#department#

<br /><br />
<cfoutput>
#first_name#<br />
</cfoutput>
<br />
</cfoutput>

Thanks!

--
Jillian
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to