29 Apr
2010
29 Apr
'10
10:02 a.m.
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/MostActiveContributorsInGroupS... . You can find other stats-related useful queries at http://platform.xwiki.org/xwiki/bin/view/DevGuide/velocityHqlExamples#HStati... 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