I have a sharepoint list that displays two items: Name and number of points associated with a name. In my app, I have the list shown on the bottom half, and I would like to show the name of the person using the app and the number of points associated with that person.
The list looks like the following:
_____________________
Name Points
Person1 23
Person2 12
Person3 32
Person4 34
_____________________
Say, Person1 is using the app, I would like the screen to display the following:
_____________________
Person1 - 23 Points
_____________________
How would one go about doing something like this? Thanks in advance!