string replace in calculation field

Comments

1 comment

  • Rainer Grabowski (FVM)

    maybe this works:
    linkField.replace(/http:[/][/]/g,"")

    If you get the link field from a related app you've to use :
    @all of linkField.join().replace(/http:[/][/]/g,"")

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk