yippiekyyay
Programmer
Hello,
I noticed that I can't do this:
<cfoutput query="myResult" startrow="1" maxrows="10" group="mainGroup">
It'll group by mainGroup - but ignore the start and max row variables and just print all the records. Am I missing something?
I could add a variable (a flag) to suppress the mainGroup from printing on each record - but that seems inneficient. Just thought I would verify with you guys first!
Thanks in advance!
-Sean
I noticed that I can't do this:
<cfoutput query="myResult" startrow="1" maxrows="10" group="mainGroup">
It'll group by mainGroup - but ignore the start and max row variables and just print all the records. Am I missing something?
I could add a variable (a flag) to suppress the mainGroup from printing on each record - but that seems inneficient. Just thought I would verify with you guys first!
Thanks in advance!
-Sean