awslabs / amazon-quicksight-embedding-sdk

A SDK to help users embed QuickSight dashboards on other pages.
Apache License 2.0
172 stars 40 forks source link

Option to fetch available parameter options from SDK #191

Open sheacloud opened 10 months ago

sheacloud commented 10 months ago

Is it possible to fetch all possible values for a given parameter? I see getParameters returns all of the parameters and their currently selected value, but I would like to be able to fetch all of the options available to the dashboard user.

My use case is that we have a very large number of parameter values which change based on user permissions and other applied filters, but would like the option to build custom select elements for the parameters outside of the embedding. Similar to what is demoed in https://developer.quicksight.aws/embedSample/custom with the custom Company and Region drop-downs, but without having to populate the options through some custom means.

Allymonies commented 10 months ago

Unfortunately this is not a feature we currently support in the embedding SDK, so I will mark and track this as a feature enhancement request.

brianwyka commented 9 months ago

This would be a great feature to support.