Hyperlink as display text

not able to access base url of network folder when clicking on http url… which is showing as ERROR

@r0818

May I know which url orked previously…please only provide the url and how you constructed it

Cheerd

images = " \ myNetwork-QA-WEB\Automation\screenshot.png"
it has two backward slashes at the beginning of network folder path… its showing only one here. \myNetwork-QA-WEB
This one below working previously when I just passing http link as display text for network folder path in “images”
“=HYPERLINK(”“” + images + “”“,”“http://ftpdocs.myURL.jobs/Automation/images_” + Now.ToString(“yyyy-MM-dd HH:mm:ss”) + “”“)”

images = “\myNetwork-QA-WEB\Automation\screenshot.png”

@r0818

Then use like this…and it should work

"=HYPERLINK(""" + images + """,""ERROR"")"

Example Images variable value : "\\myNetwork-QA-WEB\Automation\screenshot.png"

Cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.