Skip to main content

Zero represented as blank in MS Excel Data Export from QlikView or Qlik Sense

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Frank_S
Support
Support

Zero represented as blank in MS Excel Data Export from QlikView or Qlik Sense

Last Update:

Sep 7, 2023 2:04:39 PM

Updated By:

Frank_S

Created date:

Mar 27, 2023 12:15:32 PM

Zero is represented as blank rather than a '0' in MS Excel data export from QlikView or Qlik Sense.

No '0' appears in the chart data export for numeric data. The cell value is simply blank, where a 0 should appear.

zero represented as blank in MS Excel Data Export.png

 

Resolution

The issue resides with how MS excel processes the data.

The data format can be managed using the following Microsoft Help Documentation: Display or hide zero values | Display or hide zero values - Microsoft Support

Another possible solution is to use Qlik load script syntax to force zeros. This method, however, results in 'text' output which may not be a desirable result.

 

 

Table:
Load DimensionA, Num#((DimensionB)) as DimensionB, Measure
Inline 
[DimensionA, DimensionB, Measure
A,            0,            2
B,            0,            3
C,            1,            4
];

 

 

Number stored as text in cell.png

 

Cause:

 

!The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.

Internal Investigation ID

 QB-18503

 

Environment

QlikView 
Qlik Sense Enterprise on Windows 
Qlik Cloud 

Labels (1)
Comments
Mobax
Contributor
Contributor

The ' Display or hide zero values | Display or hide zero values - Microsoft Support' did not work for me -  the desired checkbox was already checked. 

The following worked - I selected 'Number' in 'Number formatting' for the affected measures.

Version history
Last update:
‎2023-09-07 02:04 PM
Updated by: