Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to show missing values as zero in straight table.

Hi All,

How to show missing values as zero in straight table.

Dim: Month

Measure: Sum(Revenue)

Raw data:

Month

Revenue

1

100

2

3

4

200

5

6

7

8

9

10

300

11

12

Required output:

Month

Revenue

1

100

2

0

3

0

4

200

5

0

6

0

7

0

8

0

9

0

10

300

11

0

12

0

Total

600

Thanks,

Krishna

2 Replies
marcus_sommer

Maybe with: alt(Sum(Revenue), 0)

- Marcus

antonaks
Creator II
Creator II

Hi!

Maybe this?