How have people handled recordcount issues when doing a cfoutput with a
group clause. In other words, if I'm doing a
<cfoutput query="myquery" group="outergroup">
<cfoutput>
<!--- put something here only if it's the first time through the inner
loop --->
</cfoutput>
</cfoutput>
How do you handle the inner loop "first time through" issue. If you use
recordcount, it refers to the outer loop.
Thoughts?
-Deanna
---------------------------------------------------------
Deanna Schneider
UWEX-Cooperative Extension
Interactive Media Developer
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
- RE: recordcount on a grouped output Deanna Schneider
- RE: recordcount on a grouped output Ian Skinner