Hello community,
I need to created a reporting sent once a week by email. On that reporting I need to see all the deliveries activated for the first time in the last seven days.
So I can retrieve and generate a table with all the deliveries activated in the last seven day but i can't figure out how I can only keep deliveries running for the first time.
Any idea ?
Thanks in advance
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Khanerat
You can try this.
For the past 7 days deliveries, create a link with Delivery table itself on Delivery Label. In the link properties pick the deliveries created before 7 days. In the next split you can check if the linked Delivery exists. If it isn't, (complement) that will give you deliveries first ran in last 7 days.
Hi @Khanerat
What you want to achieve is not trivial:
You will need to take into consideration the three posible scenarios:
And based on this, build your custom report
Hope it helps
I only use Delivery standard so I guess it's like recurring delivery
Views
Replies
Total Likes
Hi @Khanerat
You can try this.
For the past 7 days deliveries, create a link with Delivery table itself on Delivery Label. In the link properties pick the deliveries created before 7 days. In the next split you can check if the linked Delivery exists. If it isn't, (complement) that will give you deliveries first ran in last 7 days.