I assume 'attributes.pivot' is a column name in your query? You need to use
the row number as well:
<cfset temp = pivot_values[attributes.pivot][currentrow] />
cheers,
barneyb
-----Original Message-----
From: Marlon Moyer [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 22, 2003 11:18 AM
To: CF-Talk
Subject: Getting a value from a query
I'm trying to assign a value from a query column like so:
<cfoutput query="pivot_values">
<cfset temp = pivot_values["#attributes.pivot#"]>
</cfoutput>
I then want to manipulate this value as a string. But when I do the
above statement, cf is treating temp as a reference instead of the
actual value. I've tried using toString, but it complains that a
complex value cannot be used in the function. How can I get to the value?
--
marlon
[EMAIL PROTECTED]
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
- Getting a value from a query Marlon Moyer
- RE: Getting a value from a query Barney Boisvert
- RE: Getting a value from a query Tom Kitta
- RE: Getting a value from a query Tony Weeg