-
Hi, Is it possible to perform calculations between tables? For example, subtract the sum of Table A Column A from the sum of Table B Column B and have the difference show in Table C Column C? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi Jordan. This is currently not possible. It would be great to know a bit more about the use case though. What do you plan to do with the "Difference in Table C Column C" ? What is the purpose of doing the calculation? Is it simply to show it in your app somewhere ? If so, I would think that the way we could (in future) achieve this, is to be able to enter some formulas into the frontend... For example, in a Heading component, we could set the text to something like Thanks for the feedback! |
Beta Was this translation helpful? Give feedback.
-
Hi Michael, Thanks for the reply! I'm basically wanting to create a web app that is a combination of something like https://www.everydollar.com/ and the attached spreadsheet. I think front-end calculations would be very helpful! I do think I would need to store the calculated values in tables too though. Here are some specifics of what I'm trying to achieve:
Thank you! |
Beta Was this translation helpful? Give feedback.
-
No problem, thank you for all your hard work! It's a great tool! |
Beta Was this translation helpful? Give feedback.
Hi Michael,
Thanks for the reply!
I'm basically wanting to create a web app that is a combination of something like https://www.everydollar.com/ and the attached spreadsheet. I think front-end calculations would be very helpful! I do think I would need to store the calculated values in tables too though. Here are some specifics of what I'm trying to achieve:
I'd like users to be able to set budgets (income, expense groups, and expense items) and record income received and money spent. I'd like the app subtract income received and money spent from the budgeted amounts. I'd then like users to be able to create the next month's budget based on historical averages.
I'd like user…