Here is the error message I receive:
CFML Runtime Error
Variable DISTRICTZONELIST does not exist.
Here is the code I used:
<cfloop query="districtList" datasource= "MetricsFile"> SELECT * FROM districtList <tr bgcolor="##cccccc"> <td align="right">#numberFormat(sum_count)#</td> <td align="right">#numberFormat(total_count)#</td> <td align="right">#decimalFormat(net_food_cost)#</td> <td align="right">#decimalFormat(net_labor_cost)#</td> <td align="right">#timeSpanStr#</td> </tr> </cfloop>
Now the "MetricsFile" was a file buried deep in the dev folder. I put a copy of it in the root directory, but it doesn't seem to notice there either. I also tried to put .cfc after the file name, but that didn't work either.
Any help would greatly be appreciated!

New Topic/Question
Reply




MultiQuote




|