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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...