Regard's,
I have a dashboard with a pie chart . This chart has a contextual drilldown that displays a table with data of the clicked field.
The problem is that I'm displaying the count field with the label as follows (field." [ ".count." ]" and this value is passed to the drilldown. Since there is no field with this value, my table does not return anything.
I researched it and found that it is possible to use the value of a field for the token, but this did not work.
This doesn't work:
$row.statusCust$
in the search I do it, but the token does not solve to the value
search status_custo="$status_value$"
could anyone help?
↧