Current Behavior
When using the Drill option from the table menu (three dots) without explicitly selecting any data in the table, the drill action is automatically applied to the first column of the table.
As a result, the first column values are replaced or transformed by default during the drill operation.
Problem Statement
- In the current implementation, even when users intend to drill on a specific column (e.g., column 5 or later), the system always defaults to the first column unless the drill is triggered through direct interaction on that column.
This limits usability in scenarios where:
- Tables contain multiple attributes
- The drill requirement is specific to non-leading columns (e.g., column 5 or later)
- Users initiate drill actions from the table menu rather than clicking directly on the column value
Expected / Requested Enhancement
We request an enhancement that allows:
- Drill actions from the table menu to:
- Respect the user‑selected column, OR
- Prompt the user to choose the column on which the drill should be applied
- Ability to apply Drill to Attribute / Hierarchy on any specific column (e.g., column 5), not just the first column.
- Ensure the selected column is preserved and drilled correctly instead of defaulting to the first column.