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!

SOCin’ it to you at Splunk University

Splunk University is expanding its instructor-led learning portfolio with dedicated Security tracks at .conf25 ...

Credit Card Data Protection & PCI Compliance with Splunk Edge Processor

Organizations handling credit card transactions know that PCI DSS compliance is both critical and complex. The ...

Stay Connected: Your Guide to July Tech Talks, Office Hours, and Webinars!

What are Community Office Hours?Community Office Hours is an interactive 60-minute Zoom series where ...