0
votes
0answers
25 views

Lost Ratings (total number of ratings decreasing)

Last week we had a healthy total number of ratings for items in a list. This week, some of these items have a smaller total number of ratings than before. Is it possible for users to retract their ...
0
votes
2answers
51 views

Sharepoint 2010 Search Results returns empty rating

I have document library named Pages where all my pages are there. Every page of this library has rating control. The rating Column of the library shows stars for pages which confirms that the ratings ...
1
vote
2answers
129 views

Who rates my documents

Just a quick question, is there any chance, how to get list of users, which rates items in one list, or documents in one library ? Maybe I only overlook something really obvious... Thank you
0
votes
1answer
185 views

Reading values of AverageRating & Number of Ratings in code behind of application page in sharepoint 2010

I'm working on rating feature for our SharePoint application. I have a custom list something like below: ex. UserId -- Title -- JobId -- Rating(0-5) -- Number of Ratings UserId & JobId together ...