Excluding Parent Row From Auto Populating System Data
Sinema
✭✭
Greetings,
I'm trying to exclude my parent rows from auto populating my Status and all my Modified By and Created By data.
Is this possible?
I tried adding - into the fields that I could, and nothing happened.
Comments
-
Modified and Created type columns are not able to be edited or overwritten. Either they are there for EVERY row or no rows.
One workaround though would be to create another Helper column of the date type and use the formula
=IF(COUNT(CHILDREN()) = 0, Modified@row)
or
=IF(COUNT(CHILDREN()) = 0, Created@row)
to pull the date from the original column if the row has no child rows (meaning it is not a parent row).
This will only pull the date though.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives