I'm trying to pass parameters through Caspio between a submission form and a series of datapages (as seen in this training video:
However, I am running into an issue. My data has a series of unique identities, split between two classes, one of which has subclasses. So far I have structured my search this way:
Year
|
Class
/ \
Unique Subclass
\
Unique
On the Caspio side, it looks like this:
Radio button
|
Cascading Radio1
/ \
Listbox1 Cascading radio2
\
Listbox2
I have created rules to hide either branch A or branch B depending on the class selection.
I'm trying to get both uniques to pass a parameter to the result pages named [@UNIQUE]
The DataPage Elements looks like this:
Virtual 1 - radio
Virtual 2 - cascade radio 1
Virtual 3 - listbox 1
Virtual 4 - cascade radio 2
Virtual 5 - listbox 2
However, only listbox 2 will pass the parameter and search successfully.
My speculation is this: If a selection is not made in listbox 2, the app will only pass a blank parameter since the blank listbox 2 is overwriting any selection made in listbox 1
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
nmalawskey
I'm trying to pass parameters through Caspio between a submission form and a series of datapages (as seen in this training video:
However, I am running into an issue. My data has a series of unique identities, split between two classes, one of which has subclasses. So far I have structured my search this way:
Year
|
Class
/ \
Unique Subclass
\
Unique
On the Caspio side, it looks like this:
Radio button
|
Cascading Radio1
/ \
Listbox1 Cascading radio2
\
Listbox2
I have created rules to hide either branch A or branch B depending on the class selection.
I'm trying to get both uniques to pass a parameter to the result pages named [@UNIQUE]
The DataPage Elements looks like this:
Virtual 1 - radio
Virtual 2 - cascade radio 1
Virtual 3 - listbox 1
Virtual 4 - cascade radio 2
Virtual 5 - listbox 2
However, only listbox 2 will pass the parameter and search successfully.
My speculation is this: If a selection is not made in listbox 2, the app will only pass a blank parameter since the blank listbox 2 is overwriting any selection made in listbox 1
Any ideas?
Link to comment
Share on other sites
1 answer 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.