Skip to main content

Suggest an Idea

Vote for your favorite Qlik product ideas and add your own suggestions.

Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. READ MORE

QlikView can appear missing values as '0' but Qlik Sense can't do.

kka_rnishida
Partner - Creator
Partner - Creator

QlikView can appear missing values as '0' but Qlik Sense can't do.

Attachments

QlikView can appear missing values as '0' in pivot table with
・Populate Missing Cells
・Missing Symbol

However, Qlik Sense doesn't have these function, so missing values are appeared as '-'.

It would be nice Qlik Sense can do same thing.

In the case of using a few data, we should add '0' or null values instead of missing data.

But if we use mass data, the way is unrealistic.

Please check attached file.
・QS.qvf
・QV.qvw
・sample.xlsx

efea5cf7-0cee-4427-af58-c8b8621b08de.png

2cf704e3-91a5-4014-b982-5ac53f92d367.png

2 Comments
Meghann_MacDonald

Hi, you can do this in charts by writing the expression:

if(len([field name or expression])>0, [field name or expression], 0)

which gives you the value if exists, and 0 if null.

Meghann

Meghann_MacDonald
 
Status changed to: Closed - Already Available