Thank you for your reply, that almost solve my problem. I use XWiki 13.8 .
I have missed out the Live Data Macro and also the
translationPrefix=platform.index.
I try to make two tables:
like the XWiki.XWikiComments with comment count
With all comments of my wiki, sorting by date, with the text of comments on one column of the table(I have also try this but i get only the first comment per page, but “n” times where “n” the number of comments per page)
I believe the example proposed above matches the requirements for your first table, see the doc.objectCount property contains the number of comments of each page.
For you second table, you simple have to:
remove the doc.objectCount property
remove the source=unique source parameter (which allows to group the object per page and to count them)
Hello @mleduc,thank you for your reply and sorry for the delay. I had a full week.
I had made that changes and the result was the above, i think that on XwikiComments class properties must need some changes. But this is beyond my knowledge so i’ll go with my first option for now.
Thank you very much for your help!