Hello

I desperately try to export artists from my database
to a html page via a template. But no way !
I don't see how it's possible to have only one description by artist
(artistnotes, artistphoto...) if there's more than 1 album by artist.
I must use album tag to retrieve artist infos, and i don't think
that it's possible to take only the first one.

Please HELP
Thanks a lot


<dax:group(artist)>
<table>
<tr><th><dax:groupfield/></th></tr>
<dax:album(all,artist)>
<tr><td><dax:artist/><dax:artistnotes/>...</td></tr>
</dax:album>
</table>
</dax:group>