Hello team,
I need your help again to figure out how to get the amount of days between 2 approval dates: a label is generated and needs to be approved in 2 parts: internal approval and country/language approval. The report I try to compile will need to show the amount of days it took the country approvers to sign off on the label since the internal approver put in their approval (excluding the weekends!)
I attached a sample of my report. The column in yellow shows how the data should look like.
I tried to group by Job, Max_internal approval date and group by country approval date but it does not show me ANY results
I tried to group by Job, Max_internal approval date and MAX_country approval date but it does not show me the right data because the country approvers don't approve the same day so this way would exclude data.
Thank you for your help!