The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
32 views

How can I create a multi-valued refiner for a Business Data Catalog external content type?

This question regards a SharePoint 2010 instance using vanilla search. I'm currently using a Business Data Catalog to pull records from a database table with an end-goal of displaying the records in ...
0
votes
1answer
46 views

Clear all values in a multi-value lookup, via REST, SP 2010

Conditions: SP 2010, html/javascript, using REST to read/write to various lists. Im using a jquery multiselect plugin to set a multi-value lookup column. I need the selecting Groups of items, easy ...
0
votes
0answers
20 views

Add a new item that's a Multiselect

I am trying to add a new list item into a SharePoint 2010 list using the client side object model in C#. I'm having an issue trying to set multiselect values. I saw online to set the values in an ...
1
vote
1answer
458 views

content query web part with multi value lookup column

I am trying to work out how I can query a content type with a multi value lookup field using the content query web part. I know that natively this is not possible with ootb sharepoint 2010 however I ...
2
votes
1answer
65 views

Self Referencing Related Documents Library Through Lookup Column

I am trying to create a single document library that links to documents in the same library in SharePoint 2010 Server. I've created a multi-value lookup column that references the same library to ...
0
votes
0answers
407 views

Possibility to make multiple term selection in Managed Metadata navigation hierarchy?

I have a library set up with managed metadata navigation. There are several thousand documents in this library. One MM column is "theme", and almost each term has a child-term. Another MM column is ...
0
votes
0answers
39 views

Grouping in lookup multi

I have Lookup field in the list, with multiple choice. On NewForm I have JS code which groups items in 2 listboxes of this field (SelectCandidate and SelectResult). Problem: I need to group items ...
4
votes
1answer
152 views

Multivalue Property Refiners rendering as semi-colon separated

I'm having a hard time trying to get SharePoint to correctly display search refiners for Multivalued properties of a BCS model. I'm running SharePoint 2010 (not FAST) crawling content from a custom ...
1
vote
0answers
81 views

How to Reconcile External Data and Multiple Values for a List Item?

I am currently developing a solution that requires me to integrate a SharePoint 2010 list (generic list type) with items from a SQL Server database. In addition to this hypothetical field being ...
2
votes
0answers
180 views

SharePoint Survey. Tally multiple checkbox responses

I have a question in a survey where a user may select as many options as they like, for example they might select Excel, Word and Powerpoint or just Word. When a user selects more than one choice it ...
1
vote
0answers
110 views

How do I get multiple people from a multiple choice column?

So, the question does a poor job of outlining the problem. Apologies. I've got one list where my clients track their projects; let's call it Projects. In it, they make a selection on a multiple ...
2
votes
1answer
122 views

Filter current user by two values

Is there any way to set the filter for a web part to be seen by two people? for example, in my infopath form, i have a traveler from the active directory, and the creator of the form, who are not ...
1
vote
1answer
300 views

Caml for “multi lookup has no values” condition

I need to get items from my list where multiLookup field contains value (for example, value is 42) or has no values. First part is simple: <Eq> <FieldRef Name='mlookup' LookupId='true' ...
0
votes
1answer
439 views

Column being indexed - cannot create site from custom template

I created several content types in the content type hub. Next, I have created a site out of the default team site with several document libraries and lists on my site which utilize these content types ...
0
votes
1answer
138 views

What is a good way to determine via server object model if a field supports multiple values?

When looking at an SPField object, how can I tell if it supports multiple values? I.e. a Choice field that is displayed using Checkboxes, a Managed Metadata field that allows multiple values, Person ...
0
votes
0answers
95 views

Multiple values from ECT field in Word 2007/2010 document

I have the following issue. I have a word 2010 document template where I would be able to add multiple values (not neccessary all at the same time - one by one is also ok) to a field from ECT field. ...
1
vote
2answers
1k views

Is it possible to have a lookup field with multiple source lists?

I have two lists: list A and list B. List A should have a new multiple choice lookup column that allows the user to choose items from both list A and list B. Is this even possible? I have a kind of ...
2
votes
1answer
2k views

Can an InfoPath 2010 dropdown be populated by a SP List column with multiple choice values?

I have a list with a column that accepts multiple values (a "choice" type with checkboxes) and wish to display the same available choice options on an InfoPath 2010 form. I'd prefer to accomplish this ...
0
votes
1answer
358 views

multi filter with URL values

I know that I can filter a single field with a single value using parameter passing to a view or a page. Something like: URL?FilterField1=ColumnName&FilterValue1=ValueToFilterOn My ...
1
vote
1answer
4k views

How to get multivalue lookup column items from sharepoint list to infopath?

I am on a project. I have a list that have 2 columns. One is the title, other is a multiple value look up column from another list. Everything is ok, working well. And call it ListA. BUT, i am ...
-1
votes
1answer
366 views

How to change multiple selection view in infopath?

In my project i use multiple-selection box. For default sharepoint view its very useful with its link style. But when i try to open it in infopath, it changes to kind of checkbox. How can i make it ...
0
votes
0answers
424 views

Lookup multiple-values on form-library sharepoint 2010 for InfoPath Form

I use InfoPath form template for a form library without coding. I want to get multiple-value of lookup to another list items. For lookup I should use sharepoint 2010 column due to no such data type in ...
1
vote
0answers
233 views

Multi-value fields — how to get totals?

I apologize if the answer to this is obvious, I'm just completely new to SharePoint and need at least a pointer in the right direction. I have a list with a "Choice" field. I've used InfoPath to ...
0
votes
3answers
4k views

Add values to lookupmulti field in c#

I want to add values to a lookupmulti field with c#. the form shows the field correctly but my code just won't work: SPList list = SPContext.Current.Web.Lists["testlist"]; SPListItem item = ...
6
votes
1answer
4k views

CAML query for field of type “Person or Group” which allows multiple selections

Consider a list which has a column of type "Person or Group" (single selection) witch contains a SharePoint group. I want to return all rows for which the group is within a list. I know the IDs of the ...
0
votes
0answers
304 views

Why isn't BCS populating a multi-value field?

Anyone know why BCS won't populate a multi-value field? I tried everything and still can't get it to work in the user profile. I went through the log(s) and did not see anything unusual. I opened the ...
1
vote
2answers
670 views

This field can have no more than 255 characters error - multiple values

I have a document library. I have a list I use to store categories. Then I have a lookup from my doc lib that uses this category column and I made it accept multiple values. When users try to upload ...