Slash HYPERLINK()

Hello, i want do actions.

External: Go to a website.

When you scan a QR, go to link.

The link is 10.0.0.100:1900/ui

I cant do it when have slash. I was encode, or hyperlink and I CANT.

I cant create a link with the slash. Or fail link or google chrome say: "about:blank" or the link is "http://0.0.7.88/ui"

Ifs(
([HMI]=TEST),
HYPERLINK(
ENCODEURL("10.0.0.100:1900/ui"),""),

([HMI]=TEST1),
HYPERLINK(
ENCODEURL([HMI].[URL]),""),   >> 10.0.0.100:1900/ui (In the table)

([HMI]=TEST2),
HYPERLINK(
"10.0.0.100:1900/ui",""),

([HMI]=TEST3),
ENCODEURL("10.0.0.100:1900/ui"),

([HMI]=TEST4),
ENCODEURL([HMI].[URL]) >> 10.0.0.100:1900/ui (In the table)

([HMI]=TEST5),
HYPERLINK(
[HMI].[URL],"")) >> 10.0.0.100:1900/ui (In the table)

 

 

0 1 120
1 REPLY 1

What's your app for? Test using http:// before 10.0......

Top Labels in this Space