The {rate-search} macro is used in conjuction with the {rate} macro to display a list of results.
Parameters are as follows:
| maxResults | Takes a number as an integer. Sets the Maximum number of results returned |
|---|---|
| spaces | Takes the space keys to search separated by ',' |
| minRates | Takes a number as an integer. The lowest value rating a CEO can have to appear in the output |
.png)








Comments (2)
May 11, 2011
Brent Lewis says:
I am trying to use this macro in combination with the chart macro to report out ...I am trying to use this macro in combination with the chart macro to report out the ratings in our Confluence space. However, I can only get the chart to report on the number of ratings, not the average (presumably because the average is rendered as stars and not a number). Is there a way to get this to only display the space, content title, and average (in numbers) so that it could be used in combination with the chart macro for reporting purposes?
Below is what I'm getting now

Using this markup
{chart:title=Rates|type=bar|stacked=true|dataDisplay=True} {rate-search:spaces=DocControl,RAQA,~brent.lewis|minRates=1} {chart}May 11, 2011
Brent Lewis says:
I just realized I can use the columns parameter in the chart macro to try to dir...I just realized I can use the columns parameter in the chart macro to try to direct the columns I want it to use but when I set it to Columns=Average I get a no data available.
So it looks like if I could get the average rendered as a number instead of as stars this would be possible to chart of of. Any ideas?