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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
netopst
Contributor
Contributor

FIlter in set analysis doesnt working function LEN

I´ve a table with

netopst_0-1745624625825.png

8865 rows where DT_INCLUSAO is null

But in count if i use = COUNT({<DT_INCLUSAO = {"=Len(DT_INCLUSAO)=0"}>} ID_TRABALHADOR)

returns no rows

netopst_1-1745624819292.png

 

I tryied:

COUNT({<DT_INCLUSAO = {"=Len(DT_INCLUSAO)=0"}>} ID_TRABALHADOR)

COUNT({<DT_INCLUSAO -= {"*"}>} ID_TRABALHADOR)

COUNT({<DT_INCLUSAO = {"=IsNull(DT_INCLUSAO )"}>} ID_TRABALHADOR)

COUNT({<DT_INCLUSAO = {"=Null()"}>} ID_TRABALHADOR)

COUNT({<DT_INCLUSAO = {"='null'"}>} ID_TRABALHADOR)

COUNT({<DT_INCLUSAO = {"=IsNull(DT_INCLUSAO ) or DT_INCLUSAO =''"}}>} ID_TRABALHADOR)

unsuccessfull 🥲

 

 

 

 
Labels (5)
1 Reply
rubenmarin

Hi, you can try applying the set analysis to the ID_TRABALHADOR field:

COUNT({<ID_TRABALHADOR={"=Len(DT_INCLUSAO)=0"}>} ID_TRABALHADOR)