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

Sintaxis problem with '<' into a set analisys expression

Hi,

In the attached field, the column 'Est.' is made of this expresion:

sum({<FECRSA=Corte>}I_ESTANCIAS)

being 'FECRSA' and 'I_ESTANCIAS' fields of the pivot table and being 'Corte' a list of dates.

The expression works OK but I need FECRSA<=Corte and I'm not able to write so without syntaxis error because of the '<'.

How should I write this?

Thanks

1 Solution

Accepted Solutions
adamwilson
Partner - Creator
Partner - Creator

try this:

sum({<FECRSA={"<=$(=Corte)"} >} I_ESTANCIAS)

View solution in original post

2 Replies
adamwilson
Partner - Creator
Partner - Creator

try this:

sum({<FECRSA={"<=$(=Corte)"} >} I_ESTANCIAS)

Not applicable
Author

FINALLY!

Thank you very much Adam.