Suppose I've a result table in splunk:
Name | Path
Path1 | \share\p1
Path2 | \share\p2
I want to click on the path in the table and navigate to the folder location.
I'm able to do it it the path is a web url using
<link target="_blank">$click.value2|n$</link>
But how can i achieve in case of a folder or shared path?