Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am new to sharepoint.

I have sharepoint list e.g "Details" with 10 attributes. i want to have a summary list based on the List "Details". The summary should have 10 items (i.e the number of attributes) and 5 columns. The data should have been dervied from "Details" List.

Column_1(AttributeName),
Column_2(Total_No_of_Items),
Column_3,(Completed [to be calculated based on certain conditions]),
Column_4(InComplete [Total - Complete]),
Column_5(Completed % [Completed/Total * 100]).

How can i acheive this.
Posted
Comments
KaushalJB 20-Apr-15 7:36am    
You working in CSOM or Server Object Model ??
Member 9846350 24-Apr-15 3:49am    
Thanks Kaushal- But I am pretty new to this, hence not aware of CSOM or server object model. Its just a simple list created in sharepoint. i am the end user.
KaushalJB 24-Apr-15 5:26am    
You need check this out : http://www.c-sharpcorner.com/UploadFile/ssahmed/spslistcol09182006055026AM/spslistcol.aspx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900