Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Active field in drill-down group

I'm using a straight table to show details hours and volume.

I've set up a drilldown-group because I want to able to see full companydetails, departmentdetails and activity details in one chart.

The challenge I'm facing is that I'd like to show more details whenever the straight table is showing activity details.

So I'd like to add hidden expressions to my straight table.

Does anyone know what the conditional statement must be to make this work?

1 Solution

Accepted Solutions
Not applicable
Author

Hi Erik,

You can try this:

In the Expressions tab, for each expression you want to display based on condition, check the conditional option and type: GetCurrentField([TypeHereYourGroupName])='TypeTheFieldUsed'

Hope it helps.

View solution in original post

1 Reply
Not applicable
Author

Hi Erik,

You can try this:

In the Expressions tab, for each expression you want to display based on condition, check the conditional option and type: GetCurrentField([TypeHereYourGroupName])='TypeTheFieldUsed'

Hope it helps.