Joining Child Rows to Parent Row and Line Breaks... Need Bullet
I am trying to get my child rows to roll up to the parent row and have a line break in between each row which I have done, BUTTTT I need each new row to start with a * which I have done, except the very first row. Basically I need it to look like bullet points for all child rows:
=JOIN((COLLECT(CHILDREN([Meeting/Agenda/Task Name]@row), CHILDREN([Meeting/Agenda/Task Name]@row), <>"")), CHAR(10) + "*")
Best Answers
-
="*" + JOIN((COLLECT(CHILDREN([Meeting/Agenda/Task Name]@row), CHILDREN([Meeting/Agenda/Task Name]@row), <>"")), CHAR(10) + "*")
-
Hi @mragans23,
Try something like this.
="*" + JOIN((COLLECT(CHILDREN([Meeting/Agenda/Task Name]@row), CHILDREN([Meeting/Agenda/Task Name]@row), <>"")), CHAR(10) + "*")
Note: This is untested.
Hope this helps,
Dave
Answers
-
="*" + JOIN((COLLECT(CHILDREN([Meeting/Agenda/Task Name]@row), CHILDREN([Meeting/Agenda/Task Name]@row), <>"")), CHAR(10) + "*")
-
Hi @mragans23,
Try something like this.
="*" + JOIN((COLLECT(CHILDREN([Meeting/Agenda/Task Name]@row), CHILDREN([Meeting/Agenda/Task Name]@row), <>"")), CHAR(10) + "*")
Note: This is untested.
Hope this helps,
Dave
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 379 Global Discussions
- 210 Industry Talk
- 441 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 300 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!