Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
thirumalaivadiv
Contributor III
Contributor III

To change the expression label in Pivot Table

Capturereport.JPG

Hi Team

I want to change the expression label dynamically in pivot table pls help.

Required output will be if LifePro then Disability claim if Lawson Disability Claim Lawson and if difference Difference resply for other columns as well

Thanks

Thiru

1 Reply
Mark_Little
Luminary
Luminary

Hi,

In your label you would need to use something like

=If(Field='LifePro', 'Disability claim', IF(...))

But this would only work if you are getting a single value here. Also field would be the field in your data your are comparing

Mark