Tagged Questions
1
vote
0answers
43 views
Lookup column automatic selection in list form upon adding new item
I have a site page with two related lists, this relation being established via the webpart option "insert related list", and I'm using ID column in my child list as the lookup column.
The child list ...
0
votes
2answers
58 views
Sorting out lookup values while getting them
I have two lists,
List A [Document Number, Name, Title,...] (document library)
List B [Information Number, Name, Title, Document Number] (simple list)
Now List B is getting all documents from List ...
0
votes
1answer
23 views
Checking if a list is consuming lookup value column or not
I have two lists,
List A [Document Number, Name, Title,...] (document library)
List B [Information Number, Name, Title, Document Number] (simple list)
Now List B is getting all documents from List ...
1
vote
1answer
398 views
Updating SharePoint List with Linked Access Database - New List Created Instead of Updating Old List
When you've linked an Access Database to SharePoint lists, how do you make sure that saving the database updates the existing list instead of creating a new one, so that lookup columns pull from the ...
0
votes
2answers
184 views
Calculated Formula Insert From Another List
I have List A which has all information.
List B has Col 1 that looks up one of the List A's columns. Col 2 is a Calculated column that want to use Col 1 but SharePoint is not able to see Col 1 ...
2
votes
1answer
374 views
SharePoint2010 Lookup Column Display issue
I have a simple list with three lookup columns in it. One LC has 5 items and displays as simple dropdown and there are no rendering issues (So ignore this column now). The other two columns has more ...
2
votes
2answers
372 views
SharePoint 2010 NewForm.aspx Lookup Fields Issue
I have a SharePoint 2010 Foundation site that has recently been upgraded from WSS 3.0. The upgrade was completed successfully with no glitches.
However, ever since I have upgraded the site I have ...
1
vote
2answers
239 views
Can text in a lookup column be displayed as text with no link?
SharePoint 2007 and have site curate access only.
List-A has a column Name and that is a lookup to List-B, which only has names and no other information.
Now when looking at lookup columns in views ...
1
vote
0answers
134 views
Displaying text in a Look-up column
Apologies for not being clear. I'm try to display a "multiple lines of text" column as a look-up field in a new view of the parent list.
I have tried SP Designer and most of the standard webparts.
...
1
vote
0answers
97 views
Change column type from “Lookup (information already on this site)” to Person or Group
I have an issue after migration SharePoint 2007 to 2010. We had “Person or Group” which now somehow has transformed to “Lookup (information already on this site)”. This creates lots of troubles for ...
0
votes
2answers
94 views
Lookup between lists with additional data
I have two entities, Toolbox and Tool, where Toolbox contains a set of tools (hammer, saw, screwdriver).
The trick is that there can be several hammers in the same toolbox, so I need an amount, or ...
0
votes
1answer
142 views
How can I create column in list which it able to change data (lookup column) in next column?
How can I create column in list which it able to change data (lookup column) in next column?
For example: I have three lists with datas(names, numbers and adress) and I have other list with two ...
6
votes
1answer
286 views
How to Combine IN-Opeator with LookupIds in a caml-query?
I want to build a CAML - Query using the IN - Tag. The queried Column is a lookup-field to a Title of another list. When I query using the text-property everything works fine:
<Where>
...
0
votes
2answers
34 views
Find a field by its name in a Library
So I'm having an error:
The field "Document_x0020_Type" contains a lookup to list
"{D2589081-9361-4393-996B-7C156C7B8F5A}" that cannot be resolved. The
target list may not be part of this ...
0
votes
1answer
59 views
Pro grammatically adding choice field with another field relation
sorry about the title am not sure how i should name it.
I want to be able to create two columns for a list that have a division - subdivision relation.
If in the first field if i choose People the ...
0
votes
1answer
511 views
Add multiple items a SharePoint list
I am creating a suggestion list using SharePoint 2010 custom list. My issue is I want to give the login user the ability to add others users to the form. I am thinking of doing a parent Child ...
0
votes
1answer
333 views
List as a look up value from another site
I would like to use a list from one site as a look up for another site. Can I do this with out using code. Only use OOTB or Designer? Or is there a better way?
0
votes
1answer
102 views
Multiple LookupField?
I have a couple of problems that i would need help with.
I need to create a list that has a lookup to multiple lists. Is there a way to do this without including third party.
I have a site, with a ...
0
votes
2answers
651 views
Defining Lookup Fields in CAML that pulls multiple fields
We have defined a number of lookup fields like so:
<Field ID="{81A578F2-8022-4083-8683-7F9BF039C82A}"
Name="NameLookup"
DisplayName="Navn"
...
1
vote
1answer
80 views
Create a lookup column in a list to reference a column in a list on another site (SharePoint 2007)
Is this possible with an OOB solution:
I have list A on Site A and List B on Site B (site B is NOT a subsite of site A). There is a column in list A on Site A that I need to use in list B on site B. ...
0
votes
1answer
233 views
Change the source on a lookup column?
Is it possible to change the data source on a lookup column?
I have the source set to list A but I want to change it to List B.
1
vote
0answers
85 views
Best way to create a list with hidden columns with Data pulling from InfoPath form
So I have been working on this for a little bit here is what I am trying to accomplish:
Using OOTB SharePoint 2010 Functionality I want to create an HR Referral System. Basically an InfoPath Form ...
0
votes
2answers
763 views
Retrieving a lookup Value from a List using jquery and REST
I would like to get the lookup Value from a List item depending on it's Title.
My List is set up similar to the following example:
ColumnA : a | b | c
lookupB : 1 | 1 | 2
The jquery:
function ...
0
votes
2answers
167 views
How Can I create simple database in list Sharepoint Fundation?
How I can create simple database for example vacation request in SP list? It will looks like that: I create probably two list. In first list is vacation days people and on the second list is vacation ...
0
votes
1answer
352 views
Is it possible in LINQ to SharePoint
I have a task to make a WSP, which should provide definitions of custom list and library, but not instances. List definition has a lookup column to library item
<Field ...
1
vote
0answers
24 views
Is that possible to filter and display the lookup values? [duplicate]
Possible Duplicate:
How to make a filtered lookup field
I am using project list lookup field in task list, so my project have # of items, but i need to restrict some of the project like if ...
0
votes
1answer
101 views
List to library lookup
I have a list which contains information about pieces of equipment. I also have a document library which contains things like certificates, receipts etc which relate to the equipment. In the list I ...
6
votes
3answers
3k views
How to get the ID of the list item just inserted using ecmascript
I am stuck at a place where I have to update a list which has a Lookup column. For example I am using this code to update my normal list
var clientContext = SP.ClientContext.get_current();
...
0
votes
2answers
2k views
Deploying List Instance - LookupMulti Type Column in XML
So I have been able to populate rows with Lookup type fields as such:
<ListInstance ... >
<Data>
<Rows>
<Row>
<Field ...
2
votes
0answers
236 views
Multivalue and single value lookup issue
Let's assume that we have two lists - Foo which has some kind of information - no matter what, and second - Cities - which holds city names.
Now, we set up on Foo list lookup field to City list and ...
1
vote
2answers
1k views
Lists with lookup columns aren't saving - read only?
I've got several list which have lookup fields, and I can't add new items to any of them. Every time I've clicked save, I get this error:
"Invalid data has been used to update the list item. The ...
2
votes
1answer
484 views
How to create a lookup field that has a list column picker
How would I be able to create a list field in VS that would be a lookup to select columns from any list?
I would preferably like to have something like the PickerTreeView.aspx, but instead of ...
5
votes
2answers
121 views
Strategy Queston : how would you implement this calendaring use-case
At my organization there is a process that goes in to preparing for our Board of Director's Meetings that begins 6 weeks beforehand and involves about 9 different steps. We have a template document ...
0
votes
2answers
489 views
Trigger workflow email when item created
We have a list called employee details, which has client name as one of the columns which is of the type lookup (from another list name columns value). So when the users create a new item in the ...
4
votes
1answer
1k views
dropdown box on change event in SharePoint list forms
I am editing an SharePoint list form using SharePoint Designer. I need to have two drop down boxes one with the names of the countries and other with the names of appropriate state. How can I ...
3
votes
2answers
636 views
Migration tool for specific lists
I am looking for a migration tool that works at the list level, not for a full site or server.
One specific requirement is to be able to migrate lists that are connected via lookups.
For example, if ...
0
votes
3answers
3k views
Lookup column to Documents library
Here's what I need to do for a SharePoint 2010 list: Allow users to select the filename from a dropdown showing the items in the Documents library. But the "Add new item" form of the list doesn't show ...
1
vote
4answers
2k views
Two-Way Relational List
We are testing SharePoint 2010 Standard and have a need to have relational data, but be able to view the data from both sides of the relation.
For example, I have a contacts list and I create a list ...
2
votes
3answers
178 views
Managing multiple related lists and lookups in SharePoint 2007
I have a custom solution, which has multiple related lists. Four of the Lists have a lookup field based on the field of one list. And, that list has a lookup based on the field of another list.
So, ...
1
vote
1answer
98 views
Creating lookups with OOTB Lists in SharePoint 2007
I am developing a solution which has multiple OOTB lists like Links, Contacts, Custom List and Document Library.
And, I have to create a lookup field in four lists which refer to a field in a Custom ...
1
vote
1answer
369 views
Lookup fields - not unique values in look field
We have a list, which contains schools with their names and addresses. We have another list, which has lookup field to that list on school name field. Since schools in different cities can have same ...
0
votes
1answer
292 views
Item Editor form for list - use a lookup table for dropdown
We have a list on SharePoint 2010 called "Policies". It contains a couple of dropdown boxes which point to custom columns. These columns get their data by going to List Settings > clicking on the ...
0
votes
1answer
167 views
Restrict item in List from modification if used in other Lookup or Cascading Drop-down field
Currently I have three lists.
The 1st list contains a single column.
The 2nd list contains two columns - one of the columns performs a lookup on the 1st list.
The 3rd list contains three columns - ...
1
vote
1answer
429 views
Is it possible to iterate all lists in Sharepoint in search for a given Field?
Is it possible to itterate all Lists in SharePoint to find out which ones use a custom Lookup field?
I have an application which is currently failing because the custom Lookup field was pointing to a ...
2
votes
3answers
2k views
Can someone provide examples and direction with relational list?
I'm trying to figure out the best course of action concerning relational lists. I have create several parent and child related lists but I'm having a bit of trouble understanding how to build my CAML ...
2
votes
3answers
652 views
Sharepoint2010 Lists Lookup
I'm creating 3 lists using Sharepoint 2010 UI.
The lists and relationship are as follows:
Training (parent) -> Training Instance (child, look up Training ) -> Training Session (grandchild,lookup ...
0
votes
0answers
698 views
using list lookup Fields in SharePoint 2010 programmatically [duplicate]
Possible Duplicate:
How to set ListItem Lookup Field value
I have a SharePoint list with a lookup field and I want to add values to this list through the SharePoint Object Model.
but I ...
2
votes
2answers
621 views
Create Site Column (lookup type)
Is there any solid (proven) method of creating Site columns (lookups) where list GUID is not known?
I think this is where feature activation kicks in; getting the lookup list by its name and then ...
0
votes
2answers
246 views
Hide link in Listview on Lookupfield
In my customList there are several lookups. They link to the sourcelists.
My question is:
How can I hide these links?
Thanks in advance
Stefan Hennicken
1
vote
4answers
785 views
Add existing list as a lookup column in User Profiles
I'd like to extend my user profile properties in my SSP by adding a new property which would render as a dropdownlist via a lookup column. Is it possible to reference a sharepoint list using a ...
