Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ?
Use expression something like this:
If(Region=[MyRegion], ([Current year Sales ]/ [Previous Year Sales]), 'NA')
Are you suggesting i should group other regions as my regions ?