Dynamic Field View Logic- Dates?
Hello!
From the small amount of time I've spent working with Dynamic view as my company just got it, I am using it to allow those who submitted a request for a task to be completed via a form. I have set up the dynamic view to show them only rows their email is in, and hide some columns they don't need to see.
What I was hoping to do was to set up logic to change fields from open to read-only, after the date in that column has passed. For example, we have a date column in our sheet for the person managing the sheet to mark what day they have shipped out the requested item to the requested vendor.
So, what I would want to do is allow all fields in dynamic view- details to be open for editing up until a date has either been entered in that field (similar to the (date) column is empty type of automation) or is in the past (the date has passed type of automation), and then automatically change all fields to read-only, since one the item is shipped out, they can't change the details of their request as its too late.
Is this something someone else has been able to figure it out? Or could we submit it for a requested feature for an update? Dynamic view is so helpful but the ability to have the date columns interact would make it invaluable.
Thank you!
Answers
-
The way I would personally do this is to have a dropdown column in my source sheet that indicates if the date is entered and in the past.
For example, put this formula into a dropdown column:
=IF(OR([Date Column]@row = "", [Date Column]@row > TODAY()), "Future Date", "Past Date")
Then you can set up Logic in your Dynamic View to have Field Logic based on the formula output:
See: Dynamic View app: Create and administrate views
Let me know if this makes sense!
Cheers,
Genevieve
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives