solved List with distinct audio genres

Nmaster88
Nmaster88
@nmaster88
8 years ago
94 posts
I want get a list where i will only get as a return only one result of distinct genre (audio_genre) of the content in the jrAudio module and i'm not seeing how i can do it in jamroom.

Something like SELECT DISTINCT audio_genre FROM *;

but with the {jrCore_list module="jrAudio" search=?}
updated by @nmaster88: 06/20/16 08:58:41PM
paul
@paul
8 years ago
4,326 posts
{jrCore_list module="jrAudio" group_by="audio_genre"}

hth


--
Paul Asher - JR Developer and System Import Specialist
Nmaster88
Nmaster88
@nmaster88
8 years ago
94 posts
that seems to work! cool.

Tags