Reporting

how to create a hyperlink in below requirement

aashish_122001
Explorer

I have a report like below

Emp_ID Age DOB DOJ
1 30 30/09/1984 23/06/2013
2 28 26/09/1986 29/08/2012

Now I need to create a hyperlink on EmpID so that when I click on Emp_Id & it takes me to detail level report of that employee.

Please see : 1. I donot want aggegation & drill-down for this solution
2. I donot want this requirement on a chart. It is for a tabular report which has simple Column & rows.

Thank You!!

Tags (2)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

You could do something like this:

...
<panel>
  <table>
    ...
    <drilldown>
      <link>your_employee_detail_report?Emp_ID=$row.Emp_ID$</link>
    </drilldown>
  </table>
</panel>
...
0 Karma
Get Updates on the Splunk Community!

Cultivate Your Career Growth with Fresh Splunk Training

Growth doesn’t just happen—it’s nurtured. Like tending a garden, developing your Splunk skills takes the right ...

Introducing a Smarter Way to Discover Apps on Splunkbase

We’re excited to announce the launch of a foundational enhancement to Splunkbase: App Tiering.  Because we’ve ...

How to Send Splunk Observability Alerts to Webex teams in Minutes

As a Developer Evangelist at Splunk, my team and I are constantly tinkering with technology to explore its ...