Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Include '<=' into a set analisys expression

Hi,

I have sum({<c_year= {$(=max(c_year))},FECRES={$(=CORTE)}>}I_ESTANCIAS), I would like having FECRES<={$(=CORTE) but '<' gives an error expression , how could I solve this problem?

Thanks

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Try

sum({<c_year = {$(=max(c_year))}, FECRES = {"<=$(=CORTE)"}>} I_ESTANCIAS)

View solution in original post

2 Replies
swuehl
MVP
MVP

Try

sum({<c_year = {$(=max(c_year))}, FECRES = {"<=$(=CORTE)"}>} I_ESTANCIAS)

nagaiank
Specialist III
Specialist III

Try using

FECRES={"<=$(=CORTE)"}