Short of hard-coding the 82 measure column names, is there a way to not use
evaluate in this code? (CF 5.0) The query "getall" gets all the results from
a survey, and getmeasures gets all the questions.

<cfoutput query="getall">
<tr>
<td>#capnetid(getall.netid)#</td>
<td>#getall.working_ttl#</td>
<td>#getall.pa#</td>
<cfset thisloop = getall.currentrow>
<cfloop query="getmeasures">
<cfset thismeasure = "getall.measure_#measureid#[#thisloop#]">
<td>#evaluate(thismeasure)#</td>
</cfloop>
</tr></cfoutput>


---------------------------------------------------------
Deanna Schneider
UWEX-Cooperative Extension
Interactive Media Developer

[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to