Forum Discussion
QuickBase96
2 years agoQrew Trainee
Going back to this thread. Is there a way to loop or for each in a formula column?
I'm looking to add in a Rich Text formula column, hyperlinks for each value in a multi select column or for each record in the child table.
------------------------------
QuickBase 96
------------------------------
MarkShnier__You
Qrew Legend
2 years agoNo problem
just make your perfect hyperlink on the child table as a rich formula field, and then roll it up to the parent as a combined tech summary field.
then on the parent, make a formula Rich Text field which will convert the Combined Text summary to text and replace the semi colon delimiters with a <br> character to give a nice vertical list
not tested but try
SearchAndReplace(
ToText([My combined text hyperlinks]),
" ; ", "<br>")
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------