I am generating quicksight embedded url with appending url dataset parameters using register user embedding Java quicksight sdk.
Problem is url parameters not working and when I look at the embed url it is adding an authorization code after dasbordid and after that it is appending url params.
What is this code generated after dashboard id in embed url?
Example:
https://us-east-2.quicksight.aws.amazon.com/sn/dashboards/{dashboardid} ? authcode token #p.param1=2737731&p.param2=value
My question here is why it is adding this token after dashboardid ? Please suggest
@sav0819 ,
1/ Generate the embedding url using the API . Eg : generate_embed_url_for_registered_user - Boto3 1.34.89 documentation
2/Pass parameters using the javascript sdk amazon-quicksight-embedding-sdk - npm
3/ QuickSight Developer Portal ( how to customize > Functions to try > Pass parameters )
Kind regards,
Koushik
@Koushik_Muthanna In my case I don’t have any anaysis parameters. I have only dataset params at sql query level with direct query.
I am trying to send these dynamic dataset params from UI into this dataset sql query
@sav0819 ,
The parameters are to be passed using the javascript sdk and you can find an example in step 3 which i posted previously.
Kind regards,
Koushik