I’m building a Trading Journal in Coda and I have two related tables. The first table is where I enter all the details of each trade (Table 1), and I’d like the second table (Table 2) to automatically populate with aggregated data by day, such as the number of trades, total PnL, and other relevant metrics.
Currently, I have to manually enter the data into the second table, but I want it to populate automatically as I enter trades in the first table.
My question is: How can I make it so that whenever I enter a trade in Table 1, the corresponding data is updated automatically in Table 2? Is there any formula or method to group the data by date and calculate metrics like the number of trades and PnL per day?
I would appreciate any advice or formulas that can help me automate this process.
Thanks in advance!