Skip to main content
Hi,

I’m trying to create a custom link including an image (the logo). I’ve tried the following formulas, and I’m receiving an error that the URL is not valid and well-formed. How can it be resolved? Thanks!

 

HYPERLINK("https://www.bcimiami.com/", IMAGE("/sfc/p/⌗2C000000HFxj/a/2C0000008S91/l6MLPKpoYJP70y45uX7Dg72C_zgpVQGJY2rHzreVeSw", "Bci"))

 

HYPERLINK("https://www.bcimiami.com/", IMAGE(2C0000008S91, "Bci"))

 
3 answers
  1. Jul 18, 2018, 8:08 PM
    Hi Raj,

    I received the same error message with HYPERLINK("https://www.bcimiami.com/", IMAGE("/img/samples/flag_green.gif","BCI"))

    I just tried this other formula and it didn’t give me the error that the URL is not valid and well-formed. However, when I click on the link it says “You have sent us an Illegal URL or an improperly formatted request” :/

    HYPERLINK("www.bcimiami.com",IMAGE("/sfc/p/2C000000HFxj/a/2C0000008S91/l6MLPKpoYJP70y45uX7Dg72C_zgpVQGJY2rHzreVeSw", "Bci"))

     
0/9000