The data tag has no wiki summary.
1
vote
3answers
343 views
Use multi-select lookup field as filters in a data view web part (DVWP)
i have a list and a doc library. the list has a multi-select lookup field to the ID field in the doc library. when a user chooses multiple values in the dispform.aspx list form, i want to display the ...
1
vote
3answers
99 views
Data Modeling, Primary Keys, TOAD?
Is there software i can use to create a data model of sharePoint lists and libraries like there is TOAD for SQL databses
1
vote
2answers
371 views
How many person/group can be saved in a person/group column?
Is it possible to store some 1000+ users in a SharePoint 'person' column.
1
vote
1answer
24 views
How to import the data from a Google Public Data Explorer into SharePoint 2010 out-of-box charts
using the new Google PDE I was wondering if there was a way of importing the data into my nicely formatted Chart Web Parts in sharepoint 2010.
0
votes
1answer
41 views
How are columns in SharePoint connected to CAML with regards to data submission?
I am trying to make an alteration to an infopath form that was created to submit data to sharepoint. I added a dropdown box and want to submit that data to sharepoint. The submission has been ...
0
votes
1answer
90 views
Can I access a SharePoint List or library with an InDesign HTML file?
I'm looking to Use InDesign to create an interactive object that creates "click and reveals" that reveal data from SharePoint data. How would this task be done?
0
votes
1answer
93 views
Trigger the start of a one time workflow via a data entry in a list
I have a workflow that is triggered via any change on a list and it is set to send email. Problem, the condition is set on any data point when I want it to be triggered on one data point when it ...
1
vote
0answers
12 views
linq to sharepoint error: Cannot insert an entity that already exists
I have a sharepoint list: MyList
I insert item to this list by Linq to Sharepoint (context object) like this:
context.MyList.InsertAllOnSubmit(data.Items.Select(n => dataConvertor.Convert(n)));
...
1
vote
0answers
88 views
Data Connection Library Event 6932
I am having the worst time connecting to the web service to call in the UserName variable for use in my InfoPath 2007 form. I can do it from a code behind, and want to be able to use this option as ...
1
vote
0answers
38 views
Is my Data Access model acceptable?
I'm creating a SharePoint application and want to do things the right way as often as possible.
I'm deploying a series of Lists in a Site Definition, and I want to lock down Data Access to a series ...
0
votes
0answers
18 views
Filter data view web part by page field
Is there a way to filter a data view by a page field that exist on the page.
We can Implement it by CQWP in this way: [PageFieldValue: Relevancy].
Thanks,
Romi
0
votes
0answers
70 views
Filtering a business data list with date range filter
I just started working with BCS , specifically business data list. We created a sql view/query and are displaying the results via a BDL with some basic filters. However one of the bigges requirements ...
0
votes
0answers
130 views
Unable to refresh data for a data connection in the workbook. Try again or contact your system administrator
I am using SharePoint 2010. My Excel file is saved in document library. The data connection library has the data source, which brings the data into Excel from SQL Server 2012 cube.
The problem is ...
0
votes
0answers
20 views
DEP is crashing my SharePoint when I browse to a particular row on an Administration page
I have Office 2010, a 64 bit Windows 7 installation. I have tried to disable DEP for Internet Explorer and Excel. I have no reason to believe there are any malicious add-ons on my computer. I can ...
0
votes
0answers
168 views
Join vs extended CAML
Seems to be a common problem. For the answer, I'm looking for the most efficient way to call a secondary list, based on values in a primary list.
I have a list of Posts, and a list of Comments. Each ...