Forum Discussion
With the SharePoint list rating feature, can you see the users who rated?
If you are using SharePoint default ratings feature, you can use JSON formatting to show the users who have liked an item in list view.
Check this JSON sample: Liked By Users
You can also develop and use custom rating (like/unlike) feature using JSON formatting without using SharePoint default ratings feature.
Check this JSON sample: Like/Unlike SharePoint List Item
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
- LantoniazziJan 22, 2024Copper Contributor
ganeshsanap do you have a JSON sample that can be used for star rating?
- ganeshsanapJan 23, 2024MVP
Lantoniazzi Check this: Star Rating
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
- LantoniazziJan 23, 2024Copper Contributorganeshsanap thank you - but how do you show the users that rated the item? Is that doable?