Hello,
I have list named as "Credits" which includes column as : User Name, Credits earned, Earned on.
Suppose it contains data as below:
=====================================
| User Name | Credits | Earned On |
| Jay | 150 | 1-Feb-20 |
| Jesper | 100 | 1-Jan-20 |
| Jay | 200 | 5-Feb-20 |
| Mads | 150 | 15-Jan-20 |
| Jay | 150 | 1-Feb-19 |
| Jesper | 100 | 1-Jan-19 |
=====================================
So, I want to display details in web part as follow:
=====================================
Jay = 350
Jesper = 100
Mads = 150
=====================================
Details should be displayed for current year with top ranking person and data should be refreshed whenever new entry added/updated in the list
Can you please guide me if this is possible to achieve using javascript in script editor web part.
Thanking you in advance.
Have a nice day.
Regards,
Jayashri