Newb to Caspio, but it is VERY cool. Wondering if there is a way to update one table from a query of data from another table. I'm writing an App to learn Caspio and hopefully get certified.
For example, I have table with Game Schedules which also supports a submission form to enter in the results of a game. Simple enough.
I also have a Team table that I want to use for Standings ... Wins and losses to be determined FROM the scores entered in the Game Schedules rows.
If this were straight SQL tables, I could update Wins as a sum where joining by Team ID and where team score greater than opponents score, etc.
So ... In Caspio, is there a way to allow a process that is similar where results from one table cause or can be caused to update values in another table?
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
jwilgus
Hi,
Newb to Caspio, but it is VERY cool. Wondering if there is a way to update one table from a query of data from another table. I'm writing an App to learn Caspio and hopefully get certified.
For example, I have table with Game Schedules which also supports a submission form to enter in the results of a game. Simple enough.
I also have a Team table that I want to use for Standings ... Wins and losses to be determined FROM the scores entered in the Game Schedules rows.
If this were straight SQL tables, I could update Wins as a sum where joining by Team ID and where team score greater than opponents score, etc.
So ... In Caspio, is there a way to allow a process that is similar where results from one table cause or can be caused to update values in another table?
Thanks.
Link to comment
Share on other sites
3 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.