Parent Child relation is sharepoint list
Hello,I am trying to build a list. There are two parts of information that i am trying to capture. The first column is Region and when the user picks that the second column is filtered and only the countries that exist in the region are displayed. Is there a way to achieve this in a sharepoint list?Thanks,KalluMama
May 17th, 2007 10:38pm
Unfortunately there is no way to do what you want with an out of the box SharePoint list.
Free Windows Admin Tool Kit Click here and download it now
May 21st, 2007 2:06pm
you are right, but i did find this web part that claims to do the job...
https://www.spsdev.com/filter.aspx
I have not been able to get it to work yet, but will keep trying
Thanks,
KalluMama
May 21st, 2007 4:18pm
I dont know this for sure but SharePoint lists arent XML if im right. Wicht means that filter webpart wont work since it needs XML sources...?
Free Windows Admin Tool Kit Click here and download it now
May 21st, 2007 5:20pm
Rick, i am have not been feeling too well lately, so i did not have a chance to try this out. Have you had a chance to try out this web part...
June 2nd, 2007 4:52pm
No I didn't, but i read the site and it may got what you need... I actually dont have the time to test it but maybe you can do it and if you got any questions you can post these..
Free Windows Admin Tool Kit Click here and download it now
June 4th, 2007 9:53am
Hi,Parent child relation, you cant find it out of box, so you need to build a custom field type for this to create a field based on parent child relation for any custom list.So the below link will surely help you in getting the component and may resolve your problem too,its based on multipleparent child relationyou can have 'N' number of parent child relation ,its cascading dropdown. you can also get code here, build WSP and deploy.http://blog.12thwave.com/?p=7If you want to have a just 1 parent child relation you can get it from below link,you also have steps to install and configure:http://www.codeplex.com/CustomFieldControls
February 12th, 2009 2:39pm
Refer the following URLhttp://datacogs.com/datablogs/archive/2007/08/26/641.aspx. I've implemented cascading Listbox successfully using custom code. Hope this will help you as well.Thanks,
Prasath C
Free Windows Admin Tool Kit Click here and download it now
March 5th, 2009 1:16pm
You can definitely create parent-child relationships between lists. Basically using the concept of look-up columns and event handlers you can create this relationship. Refer this articlehttp://msdn.microsoft.com/en-us/library/cc438798.aspxIt is dealing with exact scenario what you are askingSundar Narasiman
March 5th, 2009 7:46pm
This question is widely discussed yet there are no solution with SharePoint OTB. The viable solution also viable solution is in this discussion http://www.sharepointreviews.com/sharepoint-reviews Cheers
Free Windows Admin Tool Kit Click here and download it now
May 15th, 2009 9:54am
Check this open source
This open source package provides the capability to creating tree view column within SharePoint environment and you can display country, region, city in tree format.
http://code.google.com/p/sharepoint-treeview-column/
Nitin Gupta SharePoint Consultant
January 30th, 2012 5:22am