Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
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.