Hello,
I am working on a project where it would be great to be able to send out automatic emails that contain well formatted data analysis based on each unique ID.
The data process is something like this:
1. Annually receive data from entities. (includes email address as a field)
2. Analyze annual data.
3. Append annual data to a master file.
Part 1: I don't know how to do:
Then I would like to create a report card type of thing. The report card type thing could be normal sized page, group by unique ID, so it would include analysis based on all the years of data that ID has submitted.
Part 2: I don't know how to do:
It would then be ideal to send the report card based on unique ID to the email address included as a field.
Is something like this possible? What kind of guides can I find on this topic?
Thank you very much:)