Jump to content
  • 0

Query String Passing Parameter, Results Page Not Taking It.


Dschrepfer

Question

I have a results page that I'm passing a parameter with a Query String to another results page.  I can see the parameter is passing correctly because it is showing in the address bar, but it's not filtering per the Unique ID. 

 

When I preview my second results page it is asking for the parameter so I'm at a loss as to why it isn't taking it and showing all the records. 

 

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Hello Dschrepfer,

 

It should work :)

Please make sure that the name of parameter in your Query String and in your pre-defined criteria of your DataPage are the same. For example, "test" in a Query String and "[@test]" in the criteria. For example, "[@Test]" may do not work.

 

Do you use only one criteria for filtering?

Link to comment
Share on other sites

  • 0

I think it isn't working because my first results list is pulling from a View and not accepting the data because it's named differently?

 

This is my query string:  <a href="http://b6.caspio.com/?Quote_ID=[@field:Quote_Quote_ID]">Delete Quote</a>

 

It's passing the parameter:  http://b6.caspio.com/?Quote_ID=92129 correctly, just not accepting it.

Link to comment
Share on other sites

  • 0

Please make sure that in your Report DataPage you use the same Parameter on load. I mean "[@Quote_Quote_ID]"

 

And please make sure, that on the Search Type step:

- "Filter data based on your pre-defined criteria" is selected;

- "Allow parameters in search criteria" is checked;

- "Bridge and external parameters" is selected.

 

By default, "Bridge parameters only" is selected and parameters from a Query String do not work.

 

I hope, it helps.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...