Discussions

 View Only
  • 1.  Changing the name of my url

    Posted 02-03-2020 11:25
    I have transferred a URL through some automations and a sync where it lands in it's final resting place. I have also transferred the name of the file as a text field.

    Can I create a rich text formula field that displays the name instead of the url text?

    ------------------------------
    Mike Tamoush
    ------------------------------


  • 2.  RE: Changing the name of my url

    Posted 02-03-2020 12:11
    np
    I'm aware that during some Automations and Sync processes a Hyperlink can get garbled.

    But as you have found, you can cleanly pass though a URL and separately a file name.

    The format for a hyperlink is this generic format as a formula Rich Text field.

    var text Words = [my field with the words];

    var text URL = [my field with the URL];


    "<a href=" & $URL & ">" & $Words & "</a>"

    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------



  • 3.  RE: Changing the name of my url

    Posted 02-03-2020 18:17
    Perfect thanks!

    ------------------------------
    Mike Tamoush
    ------------------------------