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.

0 votes
1 answer
26 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
1 vote
1 answer
3k views

I am trying to query a SharePoint list where I need to pull the last name (title), first name, email, and replacement name by filtering on the last name (title) and first name to make sure we have the ...
shannon's user avatar
  • 25
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
295 views

i am trying to set value in dropdown from query string but unable to do so , below is the code private SelectReferralFromQueryString(name) { name = this.GetParameterValues('Country'); if (name ...
kumar's user avatar
  • 149
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
2 answers
1k views

Lots of great posts on using the getURLParameter(ID) to populate a lookup column in a NewForm.aspx when coming from a list view web part on another page. Here is my problem, the source url that I am ...
akapital's user avatar
0 votes
0 answers
171 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
0 answers
741 views

In classic SP tacking a url query onto a page containing a list was a handy way of filtering the content: page.aspx?FilterField1=<internal field name>&FilterValue1=<value> This no ...
matt's user avatar
  • 627
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
1 vote
2 answers
752 views

I am setting up a SharePoint 2016 on-premise (Enterprise) environment. Right after I setup the first Search Service Application, I create a new site collection with Enterprise search center template. ...
Mark L's user avatar
  • 4,075
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
3 answers
1k views

Grabbing query string values is easy in SharePoint with some javascript... var xid = GetUrlKeyValue("ItemId", false, location.href); But what if ItemId didn't exist in certain instances, how can you ...
BDC604's user avatar
  • 401
0 votes
1 answer
212 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
28 views

Trying to set up a custom action for a library to send querystring parameters to a NewForm on another list using the Navigate to URL option. Without a querystring value the link works; displays ...
BDC604's user avatar
  • 401
0 votes
1 answer
341 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

15 30 50 per page
1
2 3 4 5
9