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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

SET ANALYSIS

Hello ..

I'm trying to make a function with SET ANALYSIS and does not work.

Sum









({$ <DATA_EMISSAO={"> = $ (data_inicial) <= $(data_Final)" }>} QUANTIDADE )

where



$ (data_inicial) = 01/12/2010

$(data_Final) = 31/12/2010



Can anyone help?



Labels (1)
1 Reply
pover
Partner - Master
Partner - Master

Create a listbox to test the search strings you use in set analysis. The following should work:

DATA_EMISSAO={"=DATA_EMISSAO>=data_inicial and DATA_EMISSAO<= data_Final"}

Regards.