Summary view from SharePoint List
Hello...we have a list in the below format
Head Coach Professional Status
A B Completed
C D Not Completed
A E Completed
We want a summary view from out of this list. The data in the new view should be groupd by Head Coach and the columns in the list should be as per below
Head Coach Total Count %Complete
A 2 66% ( 2/3)*100
C 1 33% (1/3)*100
Can you please help by giving some idea on how we can create this view?
Thanks,
Gaurav
June 24th, 2010 11:02pm
Hi,
Through UI, do not seems to get the last column values (%Complete) as required. We can do totals in view, but the above type of calculation require more to achive it.
You have to create your webpart, pull data from list and do required calculations & then show the data in a tabular format.
Share your views/queires.AnjaliCH-MSFT
Free Windows Admin Tool Kit Click here and download it now
June 25th, 2010 1:40am
Hi Anjali...thanks for the response...I am new to sharepoint...do you have refernce where I can go and download the sample code for this kind of web part which I can use to develop?
June 25th, 2010 5:09pm
Hi,
SharePoint don’t support these requirements in OOTB way. Maybe you can do some coding to create a new custom list to calculate the relevant data and populate
them into this new list. And you also need add a part linked to the new list in the original list.
Hope it is helpfulSeven
Free Windows Admin Tool Kit Click here and download it now
June 29th, 2010 1:24pm


