I have a dashboard that uses a Navigation action with a parameter to enable a drill through, similar to the solution described here: Can I use QuickSight Navation Action with Filter without affecting the current sheet?
The parameter is set correctly if a user activates the action by clicking on a data field within the pivot table.
However, the parameter is set to NULL if a user activates the action by clicking on a group by field.
Consider the following sample pivot table. Sales Region, Sales Manager, and Sales Rep are rows. Total Sales is a value.
+--------------+---------------+-----------+-------------+
| Sales Region | Sales Manager | Sales Rep | Total Sales |
+--------------+---------------+-----------+-------------+
| AMER | Bob | Joe | $100,000 |
| APAC | Kevin | Tim | $150,000 |
+--------------+---------------+-----------+-------------+
Activating the action from the Total Sales column sets the parameter correctly. Activating the action by clicking on other cells sets the parameter to Null.
This seems like a bug. Can anyone confirm if this is working as intended? Is there a workaround?