Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi community,
I am using tMap to filter data. I tried several times obtaining the same error message
How can I solve this problem?
Expression: releaseYear>=1990
@Gaviota,try the below way expresion.
(row1.releaseYear!= null || row1.releaseYear.equals("")? " ":row1.releaseYear)>=1990
@Gaviota,try the below way expression.
(row1.releaseYear!= null || row1.releaseYear.equals("")? " ":row1.releaseYear)>=1990
@Gaviota,still do you have issue?