Hi @shobdy, I am not sure I understand your question. So after you enter in your criteria (in the dashboard’s tracker panel) and hit the refresh icon, does data from the 1st record populate the criteria fields in the tracker? If so, then that is simply needing to set the checkbox for “Input Prompts Only” set to true in the tracker properties?
Hmmm…
I was sure I’d done this via a calculated field in BAQs before - using the parameter list
However, it does not seem to be working when I just checked
But I’m on an older system right now - possible depends on version E10 or SQL?
From what I’ve been told, the Filters applied to a BAQ in a dashboard, are applied during the SQL execution. Anything that is filtered out is done so at BAQ execution, not to the data returned by the BAQ.
Obviously, you’d not want to use the “Refresh on load” function, else the initial data set would ignore the tracker input (as it’s not yet been set by the user).
I needed the date filtered in a subquery to run to filter the main query. When I tried filtering using a tracker that it didn’t calculate the BAQ correctly. Once I switched it into a parameter, it started working fine.
I did get the date to show in a customization on my dashboard so I am going to mark the post complete.
A little late, but I’ve just made a calculated field that is only @parameter. Then hide that in the grid, but you can show in your tracker without prompting.