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: 
Anonymous
Not applicable

expression filter in tMap DOES NOT WORK ERROR !!!

Hi community,

I am using tMap to filter data. I tried several times obtaining the same error message 0683p000009MPcz.png

How can I solve this problem?

Expression: releaseYear>=1990

 

0683p000009LzoS.png

Labels (2)
3 Replies
manodwhb
Champion II
Champion II

@Gaviota,try the below way expresion.

 

(row1.releaseYear!= null || row1.releaseYear.equals("")? " ":row1.releaseYear)>=1990

manodwhb
Champion II
Champion II

@Gaviota,try the below way expression.

 

(row1.releaseYear!= null || row1.releaseYear.equals("")? " ":row1.releaseYear)>=1990

manodwhb
Champion II
Champion II

@Gaviota,still do you have issue?