• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

sharepoint help ~ tracking a points system

shodge37

Member
So they are setting up this points system here at work to reward/retain employees and would like me to create something on Sharepoint to do this.

we only have Sharepoint 3.0 and i'm not sure how do to it. it would use the user list from AD and whenever that employee was awarded points, you could go to their name and give them whatever points they got. also, if and when they redeemed points, you could subtract that from their total. so it has to keep a running total for each employee.

if there is anyone out there that would know how to set this up, i would forever be in your virtual debt!

thanks 🙂
-Sonja
 
Are you working with a template already? Or are you trying to create a custom page in SharePoint Designer?

Why not just create a list with a Username and a numerical value next to it that you only enter the total? Or are you looking for something pretty.
 
Originally posted by: mooseracing
Are you working with a template already? Or are you trying to create a custom page in SharePoint Designer?

Why not just create a list with a Username and a numerical value next to it that you only enter the total? Or are you looking for something pretty.

it doesnt have to be pretty...but it will needs to add/subtract the points as necessary and provide a total available points. so thought that would need to have some kind of equation or something.

i am not currently working with a template...
 
You should be able to do this with a list. Add fields for a people picker and a number. Create a new item in this list each time someone gets/loses points. Create a view on the list which groups by the people picker field and shows the sum of the number field.
 
Back
Top