I’m trying to create a URL action that will allow a dashboard viewer to click on any part of the row in a pivot table and see the action in the menu. Unfortunately, I only see the action if I click on the specific field that is referenced in the URL. I tired creating a parameter, but the parameter just references “All” in the URL and that returns an error. Anyone know how to create an action URL that will let me click anywhere on a specific row in a table and us the specific column referenced in the action?
I’m currently using this URL:
https://connections-reporting.corp.amazon.com/#/home?currentView=ORGS&dataForUser=<<leader_login>>&selectedTimeRangeId=static-1-month
I created a parameter called LeaderLogin and tried using this URL, but it kept embedding “All” into the URL and not removing the parameter name from the url:
https://connections-reporting.corp.amazon.com/#/home?currentView=ORGS&dataForUser=#p.LeaderLogin=<<leader_login>>&selectedTimeRangeId=static-1-month