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

Announcements
Join us at Qlik Connect 2026 in Orlando, April 13–15: Register Here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

set expression issue

Can you guys take a look at the attached document?

I explained what is going wrong in there.

Kind regards,

Katleen

Labels (1)
2 Replies
ecolomer
Master II
Master II

Put in the same table the expresion separately:

(NullCount({<product_status={'active'}>}inhabitant_until))

(NullCount({<product_status={'active'}>}inhabitant_until))


and see their values

rubenmarin

Hi Katleen,

Try

count(emptyings_id)
/
(
NullCount(TOTAL {<product_status={'active'}>}inhabitant_until))


Regards.