How to Insert a path link on udChart?

Hello,

I have created Doughnut udChart and I want to insert a path on the chart. Like \myserver\c$

If the user click on the link, it will open the explorer to the path…

I’ve found using this works as an onclick action, but only in IE and Edge. I believe there is a plugin for Chrome to bypass the default security, don’t now about Firefox.

Invoke-UDRedirect -Url "file://$SystemName/c$/"

gav

1 Like

Chrome blocks Local file links yes. You need an extension for that.
I believe it’s only a matter of time before other browsers does this as well.