having a calculated field to get the average daily delivery sent per delivery code by month | Community
Skip to main content
Level 3
May 8, 2023
Solved

having a calculated field to get the average daily delivery sent per delivery code by month

  • May 8, 2023
  • 1 reply
  • 645 views

Hello

 

I would like to calculate the avg daily delivery sent per delivery code by month?

Do I need to create a calculated filed in a schema? otr is there a different way? it is for a daily reporting workflow 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SatheeskannaK

@rbiri,

You could create a separate workflow that contains query activity, file extract activity, and delivery activity to send as an attachment daily report.

Start the query activity with Deliveries and specify the criteria to pull and add additional data to include the OOTB metrics and calculated metrics you want to include in the report. You could do the calculations within the additional data section to get the data that you need to include in the report.

Once you setup the query activity add a file extract activity and include the fields to extract the data in a file and send it as an attachment in the workflow.

1 reply

SatheeskannaK
Community Advisor
SatheeskannaKCommunity AdvisorAccepted solution
Community Advisor
May 8, 2023

@rbiri,

You could create a separate workflow that contains query activity, file extract activity, and delivery activity to send as an attachment daily report.

Start the query activity with Deliveries and specify the criteria to pull and add additional data to include the OOTB metrics and calculated metrics you want to include in the report. You could do the calculations within the additional data section to get the data that you need to include in the report.

Once you setup the query activity add a file extract activity and include the fields to extract the data in a file and send it as an attachment in the workflow.

Thanks, Sathees