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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
bcjavier
Partner - Contributor
Partner - Contributor

Count in Chart Function not returning the exact value

Hi!

 

I am new to Qliksense. I have a problem using the count function. It doesn't return the exact value that I needed. Here is the expression:

Count({<[deferred={'1'}>]}[id]) the value that this expression returns is 98,402 but I am hoping for 118,346.

I just simply count the ID where the value of deferred is equals to '1'

Thank you for your kind help!

javier

1 Solution

Accepted Solutions
Vegar
MVP
MVP

Your count() function should return your expected result. Could it be a syntax typo that is causing your error? Try this:

Count({<[deferred]={'1'}>}[id])

View solution in original post

2 Replies
Vegar
MVP
MVP

Your count() function should return your expected result. Could it be a syntax typo that is causing your error? Try this:

Count({<[deferred]={'1'}>}[id])

bcjavier
Partner - Contributor
Partner - Contributor
Author

The database was updated. That's why the value changes. Thank you.