SPLK-1004 · Question #42
Which predefined drilldown token passes a clicked value from a table row?
The correct answer is A. $rowclick. <fieldname>$. The predefined drilldown token that passes a clicked value from a table row in Splunk dashboards is $row.<fieldname>$ (Option A). This token syntax is used within the drilldown configuration of a dashboard panel to capture the value of a specific field from a row where the user…
Question
Which predefined drilldown token passes a clicked value from a table row?
Options
- A$rowclick. <fieldname>$
- B$tableclick .< fieldname>$
- C$row. <fieldname>$
- D$table .< fieldname>$
How the community answered
(36 responses)- A89% (32)
- B3% (1)
- C3% (1)
- D6% (2)
Explanation
The predefined drilldown token that passes a clicked value from a table row in Splunk dashboards is $row.<fieldname>$ (Option A). This token syntax is used within the drilldown configuration of a dashboard panel to capture the value of a specific field from a row where the user clicks. This value can then be passed to another dashboard panel or used within the same panel to dynamically update the content based on the user's interaction, enhancing the interactivity and relevance of dashboard data presentations.
Topics
Community Discussion
No community discussion yet for this question.