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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
annabergendal
Partner - Creator
Partner - Creator

Full accumulation not working when null

Hi,

how can I get full accumulation to work if there is null in the last dimension?

See attached.

As there is no status "OK" in month 11, it goes back to 0, not counting previuos months...

How can I solve this?

Thanks.

1 Solution

Accepted Solutions
morganaaron
Specialist
Specialist

I think Manish's is a little neater, but the issue is if you are using your status as your count, you'll need to aggregate this in order to not accidentally add one when creating the values that don't yet exist.

I've counted the statuses into a new field and sum that instead - that way you can pick up any values that don't exist without counting them in the actual data.

View solution in original post

3 Replies
MK_QSL
MVP
MVP

Check enclosed file...

morganaaron
Specialist
Specialist

I think Manish's is a little neater, but the issue is if you are using your status as your count, you'll need to aggregate this in order to not accidentally add one when creating the values that don't yet exist.

I've counted the statuses into a new field and sum that instead - that way you can pick up any values that don't exist without counting them in the actual data.

annabergendal
Partner - Creator
Partner - Creator
Author

Thanks to both of you!! Works perfect