Hi everyone,
I want to know if there is a way to test if all the calls (1 to 4) are within the start/end interval date. Please advise
I tried to do it cal by call but that's not efficient and created a lot of formulas.
USER_ID | DISCH_NOTIFY_DATE | DISCH_START_INTERVAL | DISCH_END_INTERVAL | Distance_Days | call #1 | call #2 | call #3 | call #4 | Contact_Flag_1 | Contact_Flag_2 | Contact_Flag_3 | Contact_Flag_4 |
1016 | 2/4/2020 0:00 | 2/4/2020 0:00 | 3/5/2020 0:00 | 30 | 2/4/2020 | 2/5/2020 | 2/7/2020 | MEMBER NOT REACHED | MEMBER NOT REACHED | MEMBER REACHED | ||
1016 | 4/30/2020 0:00 | 4/30/2020 0:00 | 5/30/2020 0:00 | 30 | 5/1/2020 | 5/1/2020 | 5/5/2020 | 5/8/2020 | MEMBER NOT REACHED | MEMBER NOT REACHED | MEMBER NOT REACHED | MEMBER NOT REACHED |
1016 | 4/21/2020 0:00 | 4/21/2020 0:00 | 5/21/2020 0:00 | 30 | 4/22/2020 | 4/27/2020 | MEMBER NOT REACHED | MEMBER REACHED | ||||
1016 | 3/6/2020 0:00 | 3/6/2020 0:00 | 4/5/2020 0:00 | 30 | 3/6/2020 | 3/10/2020 | 3/12/2020 | 3/17/2020 | MEMBER NOT REACHED | MEMBER NOT REACHED | MEMBER NOT REACHED | MEMBER REACHED |
1016 | 1/30/2020 0:00 | 1/30/2020 0:00 | 2/29/2020 0:00 | 30 | 1/13/2020 | 1/17/2020 | 1/20/2020 | 1/23/2020 | MEMBER NOT REACHED | MEMBER NOT REACHED | MEMBER NOT REACHED | MEMBER NOT REACHED |
1016 | 4/3/2020 0:00 | 4/3/2020 0:00 | 5/3/2020 0:00 | 30 | 4/6/2020 | 4/9/2020 | 4/13/2020 | 4/13/2020 | MEMBER NOT REACHED | MEMBER NOT REACHED | MEMBER NOT REACHED | MEMBER NOT REACHED |
Solved! Go to Solution.
Hi, @Badrelouizi
Try this.
Please mark as acceptable solution + like, if it works for you.
The workflow is attached.
Cheers!
Hi @Badrelouizi
I created a workflow that summarizes whether all the calls were in the window or not. I made an assumption that it is ok to have less than 4 calls and that it is ok for the first and last calls to be on the start/end dates.
Really cool, @Blake !
So, @Badrelouizi you have, hopefully, all angles covered?
One solution assesses whether each call was in interval.
Other solution assesses whether all calls were in interval.
Cheers!
Thank you guys. This is very helpful!
You're most welcome @Badrelouizi !
Cheers.