Questions tagged [query-string]
The QueryString collection retrieves the values of the variables in the HTTP query string. The HTTP query string is specified by the values following the question mark (?). Several different processes can generate a query string.
123 questions
0
votes
1
answer
25
views
unable to get param value in PowerApps embedded over SharePoint page for external user
I have a canvas app and have embedded inside a SharePoint page using PowerApps web part. I am utilizing the Param function to pass a dynamic string which is getting used for filtering the record ...
0
votes
1
answer
1k
views
How do you add multiple filter values when using a Query String (URL) Filter web part on a SharePoint Online classic page?
I have a Query String (URL) Filter web part on my SharePoint Online classic page. I want to filter for multiple values and can't determined how to do this. I have appended the following with no ...
0
votes
1
answer
188
views
Add a new keyword to Querystring to search in a Document Library
I created one managed property that is called Csearch and this brings true results when I search for <managed property>: <property value>.
I go to Search Center and type this.Csearch:word
...
0
votes
0
answers
170
views
Query string not bringing back results when URL parameter includes '20'
I have a query in a search result web part that is grabbing an event title from the URL parameter as follows:
Event1OWSTEXT={QueryString.eventTitle}
However, whenever there is a "20" in the event ...
0
votes
2
answers
1k
views
Querystring filter on documents
I have a list of documents who have a property (Related document ID) that I want to filter via query string
Example:
site.com/document?PolicyID=1
should view only documents who have the related ID = ...
0
votes
2
answers
1k
views
How to pass and capture query string parameter to newform in modal dialog?
My modal dialog for newform is not capturing the query string value I'm trying to pass to it. Alert on main page confirms the qs value for XID is set correctly.
var xid = GetUrlKeyValue("ID", ...
0
votes
1
answer
211
views
How to extract part of url parameter for search
Background
I have a site that stores archived data extracted from an old application environment (Lotus/IBM Notes). The data is stored as lots of individual .pdf files, 1 per record from the old ...
0
votes
1
answer
340
views
Add list item in querystring in URL, ID needs to be hidden
Trying to add a list item, specifically the ID into a url in the DispForm.aspx. The customer does not want the ID displayed. I got the link in the display form, I figured out how to split out the ID:...
0
votes
2
answers
1k
views
Passing query string to Survey list newform.aspx
Is it possible to send query string to newform.aspx of the survey form so it's pre-populated? (I am using SP 2010)
The question in survey list is created is ServiceTicketNumber and then renamed the ...
1
vote
0
answers
176
views
SharePoint 2016 javascript reference 403 forbidden
This past March we installed a SharePoint 2016 instance on our 2012 server and have been using it without issue for 7 months now. Last week I came into work to find the list views functionally stopped ...
1
vote
2
answers
2k
views
extract data from SharePoint document library to CSV using powershell
i am trying extract data of SharePoint document library to CSV file using powershell. I am getting data correct on CSv file. But one column i.e "Description" have more text data on it.So when run the ...
2
votes
0
answers
103
views
SharePoint 2013 List View Threshold with Query String Filter
I have done some research and I think I am ok, however I cannot take the risk of not knowing for sure. I have just developed a site that will host 8000 events per year (8000 List items) and there ...
0
votes
0
answers
927
views
Prefilling fields in NewForm.aspx with query string doesn't work
I have two lists. One describing projects, one project per row with several columns. The other one is a slightly modified task list, with every task assigned to a project from the other list using ...
3
votes
4
answers
2k
views
JavaScript - Rearrange String order?
var date = $(this).attr("ows_Date");
My current code displays a string output: 2017-01-02
Is there a Javascript code where I can move the first 4 digit to the back? How do i turn it into 01-02-2017?
...
1
vote
2
answers
4k
views
How can i use QueryString with Sharepoint list programmatically?
I want to pull datas from list with queries. I want to use many queries with C# code. And there is QueryString in C#. I want to use it. So how can i do this.
2
votes
0
answers
228
views
Return QueryString(ID) as an integer
I actually have a custom dispform with a XsltListViewWebPart. This list has a column called RootId. I need to filter data from this list based on the ID set in the page's URL.
I can query the ID in my ...
0
votes
1
answer
178
views
How to make forms in ModalDialog (IsDlg) respect Source and redirect accordingly to a 'thanks' page after submit?
Has someone already solved the conflict between IsDlg and Source query string parameters to allow a redirect after form submission in a SP.UI.ModalDialog? Per chance even when an InfoPath form is ...
0
votes
1
answer
416
views
Is it possible to combine contentclass terms in a Rest call?
SharePoint onPremise - 2013. I'm attempting to use the following string, and get errors.
'contentclass:"STS_Web" OR contentclass:"STS_List_DocumentLibrary"';
It works perfectly if I specify a single ...
2
votes
2
answers
7k
views
Source Querystring Parameter
I am trying to use the Source QueryString Parameter once the user makes changes to the Edit Form.
Here's the Source URL I am using:
https://mysite/sites/hhc/finance/ap/Lists/APInvoiceForm/EditForm....
0
votes
2
answers
563
views
Passing multiple queries from a Web Part in order to filter a view
I am aware that using URLs like http://site/Lists/MyList/AllItems.aspx?FilterField1=Title&FilterValue1=ExactTitle&FilterField2=Year&FilterValue2=ExactYear will display a filtered view ...
0
votes
1
answer
1k
views
Filter SharePoint view on basis of URL parameters
I'm developing my site on SharePoint 2013. I've created a view called Advance view. I'm passing 6 parameters to that view in query string(URL).
My requirement is if I pass only 3 parameters in query ...
1
vote
1
answer
363
views
How do I add the title of a list item to a custom action URL?
I'm trying to build a custom action button that links to a page with a query string URL.
I've tried "?Project={ItemTitle} but that doesn't work.
I can get the ID by adding "?Project={ItemId}" but how ...
1
vote
0
answers
125
views
2010: attach URL parameters to the base url of the iframe
I have an iframe in my page which has the URL http://example.com/test.aspx?ItemID=n. I want the iframe in my page to load the item id in the query string so that the URL inside the src becomes http://...
1
vote
3
answers
447
views
SharePoint Designer 2007 QUERY STRING to populate current user name in NewForm.aspx
I am trying to create custom NewForm.aspx. This form should auto populate current user login name display name and email details in the form when user load the NewForm.aspx.
Note :
Without using ...
0
votes
1
answer
642
views
SharePoint 2010 InfoPath Web Part Query from Query String Web Part
I have been wracking my brain, Google, blogs, etc. for an answer to my problem for about the last day and finally gave in to ask the question. I'm fairly new to InfoPath, but less new to SharePoint. I'...