Forum Discussion
MarkShnier__You
Qrew Legend
5 years agoEasy peasy, do you know how to make a hyperlink field? If so, list list them and separate them by a space or if you want more than 1 space, you can use
as a separator. That means a non break space.
so like
var text LinkOne = (hyperlink formula);
var text LinkTwo = (hyperlink formula);
List("  ", $LinkOne, $LinkTwo)
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
as a separator. That means a non break space.
so like
var text LinkOne = (hyperlink formula);
var text LinkTwo = (hyperlink formula);
List("  ", $LinkOne, $LinkTwo)
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- MichaelTamoush5 years agoQrew CaptainThansk Ill try that! Is there a specific syntax if I want to use a line break as the separator?
------------------------------
Mike Tamoush
------------------------------- MarkShnier__You5 years ago
Qrew Legend
np
var text LinkOne = (hyperlink formula);
var text LinkTwo = (hyperlink formula);
List("<br>", $LinkOne, $LinkTwo)
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------