We have a requirement to access the query string value and refresh the dashboard based on the parameter value.
We reached to a point where in we are able to access the query string and pass the parameter to stored procedures, refresh the dashboard in our local desktop.
When we publish the sheet in the server, the Activate Sheet is not being called and the page remains static all the time.
Is there any way to Activate Sheet when we open the web page so that we can call the macros which performs the reload.
Please let me know if someone has worked on such scenarios.