Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
RS251290
Contributor
Contributor

Replacing a Value with 'NA' in a pivot table

I want to replace a value and show is as NA in my Qliksense dashboard. The value is a result of calculation (Current year Sales / Previous Year Sales), as dimension we have other regions. We want to show other regions in the pivot table but it's value should appear as 'NA'. Also it should not affect the other values.

Can any one help me with that ?

2 Replies
Lisa_P
Employee
Employee

Use expression something like this:

If(Region=[MyRegion], ([Current year Sales ]/ [Previous Year Sales]), 'NA')

RS251290
Contributor
Contributor
Author

Are you suggesting i should group other regions as my regions ?