There are a few questions on what columns you are working with... I'm assuming that timeon.acd_total is the column, is this a computed column from SQL?
What is report_time? It appears that you have two separate columns that you are trying to put in here... Try something like <CFSET report = valuelist(timeformat(timeon.report_time, 'HH:MM'), ",")> Jeff Garza Lead Developer/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http://www.spectrumastro.com -----Original Message----- From: Joshua Tipton [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 10:08 AM To: CF-Talk Subject: value list of a timeformat What is wrong with this? <cfset report = #valuelist(timeon.acd_total(timeformat(report_time, "HH:MM"),',')#> ______________________________________________________________________ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

