Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Returns me due date to date today: It's OK
Sum({$<Anor ={$(=Year(today()))}, Mêsr={$(=Month(today()))}, Diar={'<=$(=Day(Today()))'} >} VALOR_EMIS_NOVO_REC)
Example:
Month Valor
Abr 125.000,00
Mar 854.000.00
Fev 822.000,00
Jan 322.000.00
Example set analysis: It's OK
Sum({$<Anor ={$(=Year(today()))}, Mêsr={$(=Month(today()))}, Diar={'<=$(=Day(Today()))'} >} VALOR_EMIS_NOVO_REC)
From this data set.
Example:
Month Valor
Abr 125.000,00
Mar 854.000.00
Fev 822.000,00
Jan 322.000.00
Are you expecting this?
Abr 125.000,00
So you want the full month? then remove the day part of set analysis
Sum({$<Anor ={$(=Year(today()))}, Mêsr={$(=Month(today()))}, Diar={'<=$(=Day(Today()))'} >} VALOR_EMIS_NOVO_REC)
and use just this
Sum({$<Anor ={$(=Year(today()))}, Mêsr={$(=Month(today()))}>} VALOR_EMIS_NOVO_REC)
or if you want only till March, then
Sum({$<Anor ={$(=Year(today()))}, Mêsr={"<$(=Month(today()))"}>} VALOR_EMIS_NOVO_REC)
Preciso do corrente ano, até o mês atual, até o dia atual,.
That is the date until today
A data tem continuidade, mais do que o mês e hoje
Exemplo:
NÃO,
Sum ({$ <Anor = {$ (= Ano (hoje ()))}, MESR = {$ (= mês (hoje ()))}
>} VALOR_EMIS_NOVO_REC)
ok, Please post some sample data
Example attachment
May be use this in your expression
CalendarDater = {"<=$(=Date(Today(), 'DD-MMM-YYYY'))"}
Did not work