Good morning, hope you all had a great weekend. I have a query and need your guidance to solve, your guidance is highly appreciated.
I have a SharePoint list with around 2k items. On the home page need to show a webpart which summarizes the information by 2 columns ( showing the count based on status and grouped by modality, have attached a screenshot for reference). Am on SharePoint online , could you please throw some light on what are possible approaches to achieve it.
?width=750
did this ever get solved? I am looking to show a link & Count of view
I have a my task view (with 5 list items) I want to show a link on my front pageÂ
My Tasks (5)Â
Any ideas? I can get the view link, not the count.
Thanks Pankaj for the suggestion, could you please provide me few reference links to implement this approach.
Regards,
Prashanth
Hi Prashanth,
if you are on SharePoint Online I would suggest you to Use REST to get all the count information and bind JSON response in HTML. I have achieved the same requirements by using my custom JS code.
Thanks,
Pankaj Srivastava