Hi,
Is there a way to restrict the date range on reports with the gantt view? i.e. I only want to see the next 3 months, next 9 months etc.
Thanks!
Hi, how about trying a formula in a checkbox column such as =IF(Start1 < TODAY() + 90, 1, 0) You can then configure the report to filter for that checkbox being ticked only.
You will need to enhance the formula to take into account tasks that start within the 90days but finish beyond it.
Repeat the process for 9 months etc.
Hope that helps
Mick
Thanks Mick.
Yes I've considered using formulas to create a workaround as you've done using if and today statements, but the requirement is slightly different than what you have in mind and won't work for a few reasons.
I am trying to run a report for all of the cells in my "Last Contact Date" column that are not linked to another cell. We have separate teams who are populating separate sheets (SS Logs) so we can link the dates back here, but until they do, we'll just see the dot indicating it's linked with a blank value. The full sheet…
I've been wondering about this for awhile, is there a place where you can find your user activity for any comments, or questions you've helped answer etc.. I know there is a Activity in your Profile for badges and achievements but im looking for your activity within the community. Ex: I've answered a question, and now its…
When creating a notification automation that includes a url directing a receiver to a report, dashboard etc., sometimes the url that I copy and paste into the message us not clickable, and the receiver has to copy and paste. Is there a step that I am missing to make is a clickable link?