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!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...