- Newest
- Most votes
- Most comments
Unfortunately, there isn't a direct way to pass selected values from a pivot table visual to a custom HTML table in Amazon QuickSight as you've described. QuickSight's pivot tables and custom HTML elements don't have built-in functionality to interact with each other in this manner.
However, you might be able to achieve a similar result using a combination of QuickSight features:
-
Parameters: You're on the right track by creating parameters for Resource_UID and Compliance_Status. These can be used to store the selected values.
-
Actions: Continue using filter actions on the pivot table to update these parameters when a user clicks on a value.
-
Custom Actions: Instead of trying to update a custom HTML table directly, you could create custom actions that open URL actions when a user clicks on a value in the pivot table. These URL actions could potentially open a new dashboard or sheet with the selected information.
-
Calculated Fields: You could create calculated fields that use conditional statements to display the ✅ or ❌ based on the Compliance_Status parameter value.
-
Dynamic Text Box: Instead of a custom HTML table, you could use a text box with dynamic content that updates based on the parameter values. This could display the selected Resource_UID and the appropriate symbol for Compliance_Status.
While this approach won't give you an exact replica of your desired custom HTML table, it can provide a similar interactive experience within the constraints of QuickSight's current capabilities.
Remember that QuickSight's features and capabilities are continually evolving, so it's worth keeping an eye on new releases that might introduce functionality closer to what you're looking for.
If you need more complex interactions or custom visualizations, you might need to consider other business intelligence tools that offer more flexibility in terms of custom development and interactions between different visual elements.
Sources
Using pivot tables - Amazon QuickSight
Creating a pivot table - Amazon QuickSight
Customize pivot table data - Amazon QuickSight
Table and pivot table formatting options in QuickSight - Amazon QuickSight
Relevant content
- asked 2 years ago
- asked 2 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 4 months ago