Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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.