Hi Splunk Gurus,
I am not sure what is the term to use about my question, so I will explain it so everyone will understand.
Let say I have a dashboard and the query for my dashboard is something like this:
| dbxquery connection=DATAFILES query="select a.project.dir, a.project.location, a.project.owner, b.fileinfo.filename from project a, fileinfo b WHERE b.fileinfo.id = a.project.id
What I want to achieve is that, if user click one of the owner, it will do another search for all the files owned by the user and will display in the dashboard.
Thanks.
... View more