Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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.