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

Straight Table Displaying null values

I have a straight table that I don't want displaying null values.I read a comment that said I can control the value I don't want displayed by making the dimension suppress null values and making expression values I don't want as null values so I have the expression below:

If(1-MAPE >.70,null(), 1-MAPE)

The column is displaying values less than 70% and setting values higher than 70% as null, -, but I don't want it to display the null values period.  Below is an example of what I'm getting.  Please help.

    

AvailableWeekABS VariationMAPEFCA
342951.7%48.3%
341111.0%-
34935.0%65.0%
341950.9%49.1%
3414343.3%56.7%
344875.0%25.0%
340100.0%0.0%
34616.6%-
34721.2%-
34327.7%-
16 Replies
sinanozdemir
Specialist III
Specialist III

Hi Ade,

This might be what you are looking for:

Capture.PNG

And then in the presentation tab, choose "Suppress Zero-Values":

Capture.PNG

Hope this helps

ashokunbi
Contributor III
Contributor III
Author

Sinan, Thanks for your help but that didn’t work. The null values are still displayed.

Anonymous
Not applicable

Not exact but one option is to have MAPE as a expression with FCA.

Please see the the file attached.

Hope This will give some idea.

sinanozdemir
Specialist III
Specialist III

Hi Ade,

Try to change the expression to the below:

Capture.PNG

And then in the presentation tab, check "Suppress Zero-Values".

ashokunbi
Contributor III
Contributor III
Author

Nope. It just turned all the values to 0%. Thanks for your help.

sinanozdemir
Specialist III
Specialist III

Is your original dataset different than what you previously posted?

Can you post a bit more comprehensive dataset?

ashokunbi
Contributor III
Contributor III
Author

There is model column which I have added below (has no impact on the calculations, I think) but there are 3 other disabled columns that I used to get the values for the ABS Variation field. Available week and Model are dimension fields.

sinanozdemir
Specialist III
Specialist III

So FCA isn't an expression, is a dimension, correct?

ashokunbi
Contributor III
Contributor III
Author

Week Available and Model are the only dimensions, all else are expressions.