Skip to main content

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.

Filter by
Sorted by
Tagged with
0 votes
1 answer
25 views

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 ...
Kailash Sahoo's user avatar
0 votes
1 answer
1k views

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 ...
vrm's user avatar
  • 17
0 votes
1 answer
188 views

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 ...
f_gulay's user avatar
  • 651
0 votes
0 answers
170 views

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 ...
Kree's user avatar
  • 1
0 votes
2 answers
1k views

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 = ...
trojanhorse's user avatar
0 votes
2 answers
1k views

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", ...
BDC604's user avatar
  • 401
0 votes
1 answer
211 views

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 ...
Dave ONeill's user avatar
0 votes
1 answer
340 views

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:...
adams-j's user avatar
  • 317
0 votes
2 answers
1k views

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 ...
Ruby Trustit's user avatar
1 vote
0 answers
176 views

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 ...
Beruken's user avatar
  • 33
1 vote
2 answers
2k views

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 ...
murali kuruva's user avatar
2 votes
0 answers
103 views

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 ...
Cory Cox's user avatar
0 votes
0 answers
927 views

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 ...
Ariser's user avatar
  • 181
3 votes
4 answers
2k views

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? ...
John Lee's user avatar
  • 109
1 vote
2 answers
4k views

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.
f_gulay's user avatar
  • 651
2 votes
0 answers
228 views

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 ...
RomainB's user avatar
  • 23
0 votes
1 answer
178 views

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 ...
Alexey Krasheninnikov's user avatar
0 votes
1 answer
416 views

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 ...
Oxossi's user avatar
  • 634
2 votes
2 answers
7k views

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....
cbbrown's user avatar
  • 777
0 votes
2 answers
563 views

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 ...
Guy's user avatar
  • 1
0 votes
1 answer
1k views

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 ...
Tushar Chaudhari's user avatar
1 vote
1 answer
363 views

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 ...
Johan Molina's user avatar
1 vote
0 answers
125 views

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://...
Kay's user avatar
  • 393
1 vote
3 answers
447 views

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 ...
Thirusanguraja Venkatesan's user avatar
0 votes
1 answer
642 views

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'...
DaveK's user avatar
  • 3