Holy cow you're back! Over the last month I've been binging your videos which have been an actual revelation. I'm currently trying to sell my company on getting Coda and going all in on having it be our knowledge base/PM/CRM/HR/Time&Billing hub. Trying to even figure out 1) is this even actually doable, 2) how on earth to structure the workspace... where the main tables are housed / how they talk to each other cross-doc (each client having its own doc is essential)... I'm still overwhelmed and making a Dec. 11th presentation. But your videos have made learning this so much easier. If I end up succeeding with the pitch I'll definitely be going to Coda School. Thanks for all that you do.
Tell me more! My goal was to give an introduction to this formula so users could start using this formula in their documents. What else would you have liked to see covered?
@@thecodaguy Ah I was mostly joking. I guess I was curious about how the formula was set up in the column. I’m more beginner though, so it probably would have clicked faster if I was more familiar. Great content overall! I review these videos weekly!
@@thecodaguy I could tell you more. Set a column property to empty in every row. for each current record in the row, put empty til the end. for row in data_table: row['value'] = 0
Holy cow you're back! Over the last month I've been binging your videos which have been an actual revelation. I'm currently trying to sell my company on getting Coda and going all in on having it be our knowledge base/PM/CRM/HR/Time&Billing hub. Trying to even figure out 1) is this even actually doable, 2) how on earth to structure the workspace... where the main tables are housed / how they talk to each other cross-doc (each client having its own doc is essential)... I'm still overwhelmed and making a Dec. 11th presentation. But your videos have made learning this so much easier. If I end up succeeding with the pitch I'll definitely be going to Coda School. Thanks for all that you do.
Always very interesting !
Aha! I use Formulamap and never understood the purpose of Foreach. Now I see why!
lol the formula is the most important in coda but you spend like 10 seconds on the actual formula itself.
Tell me more! My goal was to give an introduction to this formula so users could start using this formula in their documents. What else would you have liked to see covered?
@@thecodaguy Ah I was mostly joking. I guess I was curious about how the formula was set up in the column. I’m more beginner though, so it probably would have clicked faster if I was more familiar.
Great content overall! I review these videos weekly!
@@thecodaguy I could tell you more. Set a column property to empty in every row. for each current record in the row, put empty til the end.
for row in data_table:
row['value'] = 0