The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Is there a way to prevent another user from editing a certain view? I have a view “All Open Tasks” and someone filtered it at one point and I did not realize it. I’d like to prevent filtering on this view beyond the one criteria I added originally. I...
I have a checkbox field in a table of tasks that designates if the task is the “next action” for a project. Each task is related to a project in a project table. Is there anyway for me to roll up the Name of the Task(s) marked as Next Action for a pa...
Worked like a charm. I used this on the Tasks table:
IF({Next Step}=1,Name,BLANK())
and then this in the projects table:
ARRAYCOMPACT(values)
Thanks so much!