Set parameters on drilldown/ selecting a cell in the table

I would like to set parameters on action/ drilldown/ selecting a cell in the table, We are trying to select something on the cell in the table or apply action.

Please help

Note: Custom action with navigable action didnt help.

Thanks,
Siva

Hello @c.siva.p , welcome to the Quicksight community!

To help better understand what you are looking for with the parameter, what is your end goal or use case?

Do you want to filter by your selection on the table or change something else about your table?

Hello @duncan

I have a table with 3 columns
City, Latitude, Longitude

Now there is another visual ( Custom Visual content ) which expects url
For that Url i added like https:\www.mydomain.com<<$latitude_param>>/<<$longitude_param>>

Here latitude_param, longitude_param are the quicksight parameters

Now when i click on the table on the city column then the parameters should be automatically fetch latitude, longitude values and set to the url so that the custom visual content will loaded with selected values.

Hope the description is clear

Issue partially resolved with

Custom Visual Content (youtube.com)

However it is allowing only one selection in custom action and either the clickable navigation or filter will work but not both.

Is there a way to allow multiple select options in actions

Hello @c.siva.p !

For those actions, you can use “Menu” rather than select to show multiple actions.
image

However, I believe that you can only perform one action per visual at a time. Here is more from the documentation on fixing URL actions:

Hello @c.siva.p !

Were you able to try the menu selection for the actions like I mentioned above?