Learn about the widget variable values that you can use in dashboard drilldowns.
The following tabs are organized according to widget type and describes the widget variables that are available in drilldowns. The variable defines the value to capture in the drilldown, according to the element that is clicked. The captured value is then configured as a parameter by which to filter data on drilldown.
(Area, Bubble, Column, Funnel, Line, Map, Pie, Scatter, or Word Cloud)
$x_axis.name: Selects the x-axis name.$x_axis.value: Selects the x-axis value for the clicked value.$y_axis.name: Selects the y-axis name.$y_axis.value: Selects the y-axis value for the clicked value.
$y_axis.name: Selects the y-axis name that the single value represents.$y_axis.value: Selects the y-axis value for the clicked value.
$first.name: Selects the leftmost column name in the table.$first.value: Selects the leftmost value in the clicked table row.$clicked.name: Selects the column name of the clicked value.$clicked.value: Selects the value in the clicked table cell.$row.<field_name>: Selects the field (column) from the clicked table row.