Skip to main content
Alyona Tsutskova ha fatto una domanda in #Data Management
Hi guys, need help to edit this formula for the Hyperlink Field. Its working fine if the referenced URL Field is Not Blank. Should be easy fix, please see attached the Formula. The "Property URL" - URL Field is Referenced in the Property Weblink - Formula Field. Thank you!

 

Formula Field to Display HyperlinkUser-added image
5 risposte
  1. 8 mag 2020, 05:32
    Hi Ali, 

     

    You're very close. Try this:

     

    IF (ISBLANK(Property_URL__c), "N/A", 

     

    HYPERLINK(Property_URL__c, "Click here")) 
0/9000