|
Posted by Usenet on 08/06/07 15:09
In article <ovsti.14471$6z6.7124@newsfe1-gui.ntli.net>, Simon Harris wrote:
> Can anyone give me any hints as to how I can display grouped data,
I'd write it in the loop.
You're (presumably) using a "foreach" or somesuch to loop through the rows
returned.
You just need to keep a note of the last distinct value displayed. If "this"
row has the same value in that column then don't display it.
It perhaps appears a bit tedious, but you're display criterion for this
column is "is it the same value as last time", so that's what you've got to
do, "remember" what happened last time.
Regards
Mark
Navigation:
[Reply to this message]
|