Forum Discussion
- MarkShnier__You
Qrew Legend
Sure, np,. On the child record make a text formula field to combine the Title ir name of the Activity with the status.
for example
List("-", [Activity Name], [Status])
Then make a Combined text summary field on the left side of the relationship. To roll those up to the Parent.
Then, I suggest that you make a formula text field like this to make it look better.
SearchAndReplace(ToText([Combined text Sumary Activity Name& Status]), " ; ", "\n")
- hheckertQrew Member
this is what it looks like - not sure if i did it correctly. also is the below supposed to be a new field?
SearchAndReplace(ToText([Combined text Sumary Activity Name& Status]), " ; ", "\n")
- hheckertQrew Member
Is the below supposed to be a new field?
SearchAndReplace(ToText([Combined text Sumary Activity Name& Status]), " ; ", "\n")