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: 
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

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.