Hi All,
I have just recently started working with OpenACS and I am facing a problem while using group tag.
Actually group has "All" the rows grouped by the specified column but my requirement is to get first "n" row from that. For this I am using multiple tag "x" and a group tag on col "y" inside that multiple. So my terminating condition becomes something like
if @x.groupnum@ le n
do something
else
break
but this is not working
Could anybody help please
Thanks,
Poonam