Jump to content
  • 0

Passing parameters from one Caspio Datapage to another


kmorse

Question

I have in mind a Caspio Datapage that would query data from one Caspio data table and, when a link is clicked on, open a new browser window containing a different Caspio datapage is connected to a different Caspio data table. These two tables would have several column (parameter) names in common and these would be the search criteria for each datapage.

Another way of putting it is this:

If I query Table A using parameter [field@School] and then click on the link to open up the other datapage, can I pass that parameter (field@School] to the new datapage and bring up the results I desire?

Also, do Caspio data tables have size limits, either in the number of rows, columns or kilobytes/megabytes? The tables I have in mind for this application are rather large.

Thanks in advance.

Keith Morse

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

This can be done rather easily. Let's say your original query string parameter is called \"school\". In your first DataPage create an HTML block and in there put something like this:

http://www.mydomain.com/SecondDataPage.html?school=[@school]

So what you're doing is taking the paramter available to DataPage 1 and passing it as a paramter to DataPage 2. Of course you could wrap the link in a proper HTML tag.

Caspio tables can reach over 1 million records without problem. For large table request that Caspio apply optimizations to the table for best performance.

Regards,

Link to comment
Share on other sites

  • 0

Hi @kmorse,

Just to give an update and for future reference, you can pass a parameter from one DataPage to another via Caspio Bridge or as  Query  String.

You may check these links for more information:

https://howto.caspio.com/parameters/passing-parameters/

https://howto.caspio.com/parameters/parameters-as-query-string-values/

 

-kristina

Link to comment
Share on other sites

  • 0

As an additional reference, here is a video guide that explains passing of parameters:

 

On 9/1/2019 at 11:03 PM, kristina said:

Hi @kmorse,

Just to give an update and for future reference, you can pass a parameter from one DataPage to another via Caspio Bridge or as  Query  String.

You may check these links for more information:

https://howto.caspio.com/parameters/passing-parameters/

https://howto.caspio.com/parameters/parameters-as-query-string-values/

 

-kristina

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...