Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
CFMadness #1
count cfloop query
How can I display the number of times a query loops?
Example:
<cfloop query="countthis">
??
</cfloop>
So, if the query produced 10 results, it should display "12345678910".
Thanks in advance!
CFMadness Guest
-
Count GROUP BY query dilemma
I need help creating a list of items with a corresponding count. I have 3 tables: event staff status I need to list the statuses and count... -
CFLoop can't count??
Hi All, what is wrong with the following code. All it is supposed to do is count the records, take the total number of records list them 1 - 10 in... -
count backwards with cfloop
hey everyone, i'm trying to list some bits of information by year, starting with the current year, and need to do a <cfloop> to do this. when i... -
cfloop from query
Hi there! I need a little help here. I have to change 'TraveAgencyNumber' to 'TravelAgencyName' Through this query output (GetLog) I only get the... -
SIMPLE Question! - Count <cfloop>
How can I display the number of times a query loops? Example: <cfloop query="countthis"> ?? </cfloop> So, if the query produced 10 results,...



Reply With Quote

