Forum Discussion
MarkShnier__You
Qrew Legend
4 years agonp,
Create a text field or use an existing field containing the details that you want to roll up. Then make a combined tax summary field and that will roll up all the unique instances of that field up to the parent record
Then what I normally do is to create a new formula text field in order to improve the appearance of the combined text summary field. The formula below will convert it from a bubble appearance to a vertical list.
SearchAndReplace(ToText([My combined Text Summary field]), " ; ", "\n")
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
Create a text field or use an existing field containing the details that you want to roll up. Then make a combined tax summary field and that will roll up all the unique instances of that field up to the parent record
Then what I normally do is to create a new formula text field in order to improve the appearance of the combined text summary field. The formula below will convert it from a bubble appearance to a vertical list.
SearchAndReplace(ToText([My combined Text Summary field]), " ; ", "\n")
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
- ElenaLarrabee14 years agoQrew CaptainThank you so much! I think I might even have done this before at some point and forgot, sheesh.
------------------------------
Elena Larrabee
------------------------------