I am looking for a simple way to share performance information with our customer straight from coda. Unfortunately I haven’t been able to find the topic discussed here in a way that points me in the right direction.
My dream would be to
gather all information in coda
press one button to send an email to all customers with last months performance report
Here is what the report should include:
Overview over this months “revenue”, “adspent”, “sold units”, “adspent / unit”
How do these numbers compare to last month?
some sort of visualization of this information
So far we have been doing this in google sheets, but it’s a lot of manual work to input data there, adjust formulas etc.
And since we are planning on working in coda a lot, I wanted to see if there was a way to structure and export this data straight from a coda table with some button magic?
Are any of you generating similar reports from coda?
There are a couple of different route to your goal:
make a new page and format is as your report. You can use this page as an email template and mail this page to whoever needs the insights.
use one of the pdf packs and pdf services to create your pdf from within Coda (or make a docx and safe it as a pdf. You can safe your pdf report in a table and use _merge() to find the link to your pdf. Incorporate this link in your email and the recipients can download the pdf themselves.
Option 2 gives you a lot more layout options, option is simple and easy to implement. Use Format(templatePage,{1},…) to incorporate variable like the recipients name and others.
I did make a small sample doc - it is pretty basic, but it has the formulas and a sample setup (it is one of the many ways this can be done). Start simple, experiment…and you will get there.