Link to home
Start Free TrialLog in
Avatar of twseeman
twseeman

asked on

Output of webpart only shows one column from list in sharepoint. Why do I only see one column? How do I get more columns added to webpart?

Following instructions on MicroSoft site,Utube, to filter and sort a webpart, I have been able to filter the list per condition, but I only see one column from my Project list table.  I have updated the Common ViewFields and DataColumnRenames as described in the site, but there is no change to what is displayed.  I will attach the html code and a jpg of the webpart.  Why am I only seeing one column?  What part of this code makes the display just show the list of projects, which is the PID field, but doesn't show any other fields in my SharePoint list?  How do I modify the html code to show more than one column in my web part?

List-of-Project-Webparts.jpg
Active-Projects-4.txt
Avatar of quihong
quihong
Flag of United States of America image

What webpart are you using? Is this a custom developed web part or just the built in List Web Part?

If its the built in one, you should see a "Edit the current view" after select "modify shared web part".
Avatar of twseeman
twseeman

ASKER

It is a custom developed web part.  I attempted to use connections to build a web part that setup a page to view related view information from three lists but as I understand if any  list contains custom fields, it is not supported.  To your question, I started with a built a webpart from SharePoiont and modified the html to filter the data in view from contents of one fields, (All active projects).  Therefore I am forced to work with the html code to filter, sort and display multiple columns.  The issue is I either see just one field or two in the list that is generated. I need to understand why and/or how I can control the column information displayed.  (I believe the root of my issues are related to the fact that the lists I am working with have customized fields and therefore limit the standard functionality I can use in SharePoint.)
ASKER CERTIFIED SOLUTION
Avatar of Rafael I
Rafael I
Flag of Japan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Yes, I did install SharePoint Designer 2007and have done some work with it, but I have mostly been working in the hmtl code per the utube I mentioned.  I have done some Jave, but very limited.  I have mostly worked in VBA.  I have extensive experience in Unix and "C", but that was a few years ago.  My most recent work as been with Access and VBA.  I will review the links you provided and see what progress I can make with that information.   I am open to any direction that can give me the results I am looking for and I am not opposed to using a new develop platform, even if I need to learn it.  Thanks for the input and I will update my comments after I work with the information you provided.  Thanks!
I worked extensively on this today with your first link, which sent me to a link on showing data from multiple sources in one Data View, http://office.microsoft.com/en-gb/sharepoint-designer-help/display-data-from-multiple-sources-in-a-single-data-view-HA010099144.aspx?CTT=5&origin=HA010094804.    Everything looked like it was going to work but when I got to "Join Subview", I couldn't get any fields to show up.  Any suggestions why this would happen?
I like your recommendation to use SharePoint Designer.  I will accept you solution and open up another question on my issue of nothing showing up in "Join Subview".  I did follow the instructions on the web page and still didn't see any fields to join.  Thanks for the help.
Thanks for the assist.