I have drilldown dashboard like below:
A count B count C count
1000 666 77
When I click on A or B or C count I am getting the result of each using drilldown.
But I need result A count whenever load dashboard without any click on A account initially.
I found the solution myself
<set token="default">default</set>
.
.
.
@logloganathan what is the current query which populates A count, B count and C Count? Also what is the visualization, is it table? Will the table/result always have only one row of data or are multiple rows possible?
@niketnilay Thanks for your response.Actually i found the solution
<set token="default">defaults</set>
which helps to resolve my issue
anyone please help
Could you share your code used to build your dashboard to troubleshoot? You can anonimize any sensitive data before publishing.