Goal: Create an email for management to show them Total Income and Total Expenses for each department.
My Steps I need help with Step 2
Step 1) Run the Quickbooks Profit & Loss
Step 2) Extract the Summary Total Income & Summary of Total Expense for each department. (example: Total Tech Income and Total Tech Expenses)
Step 3) Utilize that to Create a Daily Email to management showing them the Total Income - Total Expense for each department.
Step 1
Running the Profit & Lost API
Summary: I am currently querying the data based on start_date, end_date and summarize_column_by = Total. *would love to know if there is a better way to get what I need.
Here is what I get for the output, and this is an example of the Tech Income I need.
Step 2:
What is the best next step? I would like to establish the following Variable and if I can learn how to do it for Tech Income, I should be able to figure out the rest (maybe).
I have attempted a lot and after several hours, threw in the towel and need advice from some of the greats in this community.