abhinavt
06-18-2024Cloud Apps
Pass Dashboard Filter value to Data Model as a Parameter
Hi Team, I was wondering if there is way to pass one dashboard filter value ( report id ) to the SQL query in the Data Model. We have a scenario, when a user loads the dashboard one of the dashboar...
- 07-31-2024
Hey David,
We found a working solution for this, we were advised to convert all our dashboard filters to background filters. Later we made some changes to the code while embedding such that only the relevant selections from our embed platform are passed to each dashboard filter.
Note :This cannot be done through the frontend dashboard unless we add dependent filters. However, it's great that we found a solution through embedding.