*** The goal here is to have an ongoing list that I will add to throughout the year. As I categorize expences in Table 1, Table 2 will populate.
I am a newbie here but If I can understand what to do in this situation I think its will open a lot of doors for me with how to approach formulas in Coda.
Hey @Able_Thought
sure, no problem. I have two answers for you.
Option 1: Working with Views (Recommended)
For that scenario, I would recommend working with views, instead of two tables. A “view” uses the exact same table as a source, but can e.g. filter out rows or show different columns.
I made a quick video again to explain the system. I don’t know what the difference between Table A and B is, so I just used the letter to categorize, but it could be “renvue” and “expenses” or “Paul” and “Sheila” etc etc…
Also consider making a “master table”: Instead of having table A as the table and table B as the view, you could use the table transactions as your “database” on a different page (where you can even hide it). Then design your doc and use a view of the transactions for table A and another view of that table for table B – wherever you need it.
Here is a way to do it with two tables. This time I duplicated Transactions instead of creating a view:
I basically just created a another linked relation and added the two amounts.
Option 2 with 1 formula instead of 5 columns
If you want to go deeper into formulas, there is also an alternative way of getting the data. You can access a table without the linked relation column and use a filter to get only the rows you desire. By using “thisrow” on the categories column, the filter will get all rows where the current row is selected. Now you have the same result in one column instead of five.