Hi everyone,
I’m trying to determine whether each active customer received their invoice for each month.
I have two tables, both having the dimensions month and customer ID:
-
An "Activity" table, which has one row per customer per month, indicating whether the customer was active. If the client was not active on a specific month, he will just not appear in the table for this month
-
An "Invoices" table, which lists all the invoices sent.
Thanks in advance for your help!




