Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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.