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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
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)"}