May 03, 2023 11:49 AM
I have a work date formula in the 'end date' column.
When someone changes the SLA number, start dates and end dates changed because I setup a dependency automation.
However, I'm seeing that some of the end dates are on weekends even though there is a work day formula in the end date column.
Any insight?
Also including a screenshot of the dependency roll up.
Thank you!
Solved! Go to Solution.
May 22, 2023 08:12 AM
Hi @JaclynB
Sincere apologies for the delay in response here! I wasn't alerted that you had responded on this thread. We are working with our vendor in order to prevent this from happening again in the future. In the meantime, please feel free to @mention the user who responded to you in your response so that an email is triggered.
I see that you wrote into our support team regarding these issues and they have been handled! I'm happy to reiterate the response from our support team here in case anyone else has the same question!
The formula that ended up working best for your inquiry was:
IF(AND({start date},{SLA Test}), DATETIME_FORMAT(WORKDAY({start date},{SLA Test}),'L'),"n/a")
In regards to the desired field visibility on linked records, the order and visibility of fields in the linked record picker are based on the order of fields in the view at the top of the view switcher of the table it's pulling from. You can use the drag handles in that menu to change which view is in this top position, and easily rearrange the order of fields in that view from the "hide fields" menu.
Note: The sidebar separates personal views from collaborative views, but there's an underlying "view order" containing both types. If your desired view is a personal view, but the field order isn't appearing as desired in the linked record, try temporarily changing the personal view to a collaborative view (so they're listed together), reordering the desired collaborative view to the top, then reverting the changed view back to a personal view.
May 08, 2023 07:56 AM
Hi @JaclynB
Would you mind providing some screenshots of your table, so that I can see the field names/types that you're referencing? It would be helpful to see a few records including where the formula is calculating properly and where it's not. Would you also be able to provide a bit more information on the automation you're using in conjunction with this formula?
Thanks, and I'll keep an eye out for your response!
May 08, 2023 09:27 AM - edited May 08, 2023 09:37 AM
Thank you so much for your help.
I also noticed when trying to add an existing record in the 'Dependent On' field, there are multiple owners who have similar projects (see screenshot). Is there an additional filter or view that will also add the owner's name, so that when selecting the dependent on field, it updates? If I select the project but the owner is not me for example, the dependencies will not update. I only realize iIm not the owner when I've already selected the project and expanded it.
May 17, 2023 03:23 PM
Hello, any follow up on these issues?
Thank you!
May 22, 2023 08:12 AM
Hi @JaclynB
Sincere apologies for the delay in response here! I wasn't alerted that you had responded on this thread. We are working with our vendor in order to prevent this from happening again in the future. In the meantime, please feel free to @mention the user who responded to you in your response so that an email is triggered.
I see that you wrote into our support team regarding these issues and they have been handled! I'm happy to reiterate the response from our support team here in case anyone else has the same question!
The formula that ended up working best for your inquiry was:
IF(AND({start date},{SLA Test}), DATETIME_FORMAT(WORKDAY({start date},{SLA Test}),'L'),"n/a")
In regards to the desired field visibility on linked records, the order and visibility of fields in the linked record picker are based on the order of fields in the view at the top of the view switcher of the table it's pulling from. You can use the drag handles in that menu to change which view is in this top position, and easily rearrange the order of fields in that view from the "hide fields" menu.
Note: The sidebar separates personal views from collaborative views, but there's an underlying "view order" containing both types. If your desired view is a personal view, but the field order isn't appearing as desired in the linked record, try temporarily changing the personal view to a collaborative view (so they're listed together), reordering the desired collaborative view to the top, then reverting the changed view back to a personal view.
May 23, 2023 12:19 PM - edited May 23, 2023 12:24 PM