Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Chanty4u
MVP
MVP

Missig count

hi all,

I have small issue

3expressions i have like below

=count(records)      500

=count({<Status={'complete','incomplete'} >}Record)      400

=count({<Status -={'complete','incomplete'} >}Record)     95

here is the issue  comes

when i club the exp 2&3   i need to get 500 records but my result showing 495 only.... where am missing  remaining 5 recors?

can anyone help me out on this?

Best

chanty

14 Replies
Chanty4u
MVP
MVP
Author

yeah.

but  i found the issue is we have one date field   for that missing 5records doesnt have date ..

how to find that 5records  in set expression?

vinieme12
Champion III
Champion III

something like below should work

Date = {"=len(Date)<1"}

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Chanty4u
MVP
MVP
Author

is this work in set expression or we need any if condition prior to this?

vinieme12
Champion III
Champion III

You can directly place it in the Set

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Chanty4u
MVP
MVP
Author

Okay .Thanks

Best

Chanty