Hi Ben,
Ben Stuggler wrote:
Hi,
I use the stat application and I would like to show the most active
contributors to the user. But I would like to show stats to the user only on
the users of the same group.
I just added
http://code.xwiki.org/xwiki/bin/view/Snippets/MostActiveContributorsInGroup…
. You can find other stats-related useful queries at
http://platform.xwiki.org/xwiki/bin/view/DevGuide/velocityHqlExamples#HStat…
Hope this helps,
Marius
I'm a beginner in XWiki and I thought use directly in a document a query
seems like
$xwiki.search("select distinct docu.author from XWikiDocument as docu where
doc.author != ''", 0, 0)
Could you help me?
Thanks
Regards
Ben