I have a One to Many Parent-Child Table relationships. (1 Recipe has 0/n Instructions and 0/n Ingredients) I need to put all of this on one web page/lightbox. Because each of these are individual tables, the only thing they have in common is the parent ID, RecipeID.
My Host provider(WIX) doesn't support passed parameter, thus the parameter that I am passing ([@RecipeID] is being passed from PageA, but not received by PageB. If you use WIX's simple tables and not a third party like Caspio, then they provide a rudementary interface. I have not been able to find the source of this in order to mimic the structure of the link.
So... My next thought is...
I know that in Report data pages, fields are not provided the opportunity to be passed as parameters. I am working with both Report - List and Report - Tabular pages.
What I thought I could try is to insert an HTML block or a Calc field and somehow create a passed parameter. The thought being that if I couldn't pass the parameter to the web page, I could pass the parameter to the four data page controls on the page.
I just don't know how.
I have looked through all the documentation, but have found nothing.
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.
Question
Lynda
I am hoping that someone can help.
Situation:
I have a One to Many Parent-Child Table relationships. (1 Recipe has 0/n Instructions and 0/n Ingredients) I need to put all of this on one web page/lightbox. Because each of these are individual tables, the only thing they have in common is the parent ID, RecipeID.
My Host provider(WIX) doesn't support passed parameter, thus the parameter that I am passing ([@RecipeID] is being passed from PageA, but not received by PageB. If you use WIX's simple tables and not a third party like Caspio, then they provide a rudementary interface. I have not been able to find the source of this in order to mimic the structure of the link.
So... My next thought is...
I know that in Report data pages, fields are not provided the opportunity to be passed as parameters. I am working with both Report - List and Report - Tabular pages.
What I thought I could try is to insert an HTML block or a Calc field and somehow create a passed parameter. The thought being that if I couldn't pass the parameter to the web page, I could pass the parameter to the four data page controls on the page.
I just don't know how.
I have looked through all the documentation, but have found nothing.
Any help or suggestions would be appreciated.
Lynda
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
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.