I am building an accounting app and I would like to have 2 separate tables in Caspio :
1. Book Entry table : Table in which I store all the accounting entries of the users
2. Aggregate Table : Table in which I will find some aggregates computed from the first table (eg. Sum(revenue) for each month)
I want the second table to be a table and not a datapage as I want to store it and interact with it using APIs. What would be the best way to achieve this as formula in one table can not refer to another one ?
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
OlivierDeNantes
Hi,
I am building an accounting app and I would like to have 2 separate tables in Caspio :
1. Book Entry table : Table in which I store all the accounting entries of the users
2. Aggregate Table : Table in which I will find some aggregates computed from the first table (eg. Sum(revenue) for each month)
I want the second table to be a table and not a datapage as I want to store it and interact with it using APIs. What would be the best way to achieve this as formula in one table can not refer to another one ?
Thanks !!!
Link to comment
Share on other sites
2 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.