Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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.