Helper Column: Checkbox Children from Checkbox Parent
I am trying to build the formula for a helper column that will check all the checkboxes of the children rows if the parent row has the checkbox checked. The formula works but it outputs "true" or "false". Is there anyway it can be checkboxes? I have a helper column called "Level" with parents as Level=0.
=IF(Level@row > 0, JOIN(COLLECT(ANCESTORS(Checkbox Column@row), ANCESTORS(Level@row), 0)))
Best Answer
-
yes i did change it to a text box column and it was still not working. i used a different formula and got a better result:
=IFERROR(INDEX(ANCESTORS(Checkbox Column@row), 1), Checkbox Column@row)
Answers
-
Have you set the column type to be a checkbox type column?
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
yes i did change it to a text box column and it was still not working. i used a different formula and got a better result:
=IFERROR(INDEX(ANCESTORS(Checkbox Column@row), 1), Checkbox Column@row)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!