I currently have a dashboard that allows the user to drill down into the information presented. We have several different environments (DEV, TEST, PROD)… all with identical databases. I would really like to have one set of dashboards and have the user choose the environment (the datasource) on the top level dashboard and have that value passed to the “drill down” dashboards. But I haven’t been able to find a way to pass the datasource in a datalink URL.
Is this possible? (Hopefully I am explaining it clearly)
They all have different logins, so they would need to actually be different DataSources.
I can have a Dashboard variable that allows the user to pick the DataSource, but there is no way (that I can find) to pass that value in a DataLink to another page.