Hey all,
I have a dashboard that displays a table with the result set from a stored proc that accepts dates from the user via date picker on this dashboard. The parameters have been mapped and the proc executes as it should, displaying the data on the dashboard.
The only issue I’m having is getting the filters to update. I have a parameter hierarchy picker filter on the dashboard to select a hierarchy value, which only allows selections that were available when the dashboard loaded, which in this case is none.
How would I go about refreshing the filter to show the new values after the proc executes?
I’m assuming this can be done by adding a script to the data changed action of the table, but I’m having trouble nailing it down.
Thanks for any help!
Jim