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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!