I am trying to basically accomplish the following:
- I have a single table that contains a companyName, Opt-In(Boolean column), Thanks(boolean)
- I would like to calculate a percentage of Opt-ins to Thanks, then grouped by company name…
- I was thinking i would create a temp table, and then iterate thru each name and caluclate the %, but i do not know how to accomplish within metabase\postgresql…
Any tips would be helpful