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.
Get Updates on the Splunk Community!

Data Persistence in the OpenTelemetry Collector

This blog post is part of an ongoing series on OpenTelemetry. What happens if the OpenTelemetry collector ...

Introducing Splunk 10.0: Smarter, Faster, and More Powerful Than Ever

Now On Demand Whether you're managing complex deployments or looking to future-proof your data ...

Community Content Calendar, September edition

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