Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I created two variable:
Month1= Text(Month(max(PER_RIF)))& Text(Year(max(PER_RIF)))
Month2= Text(Month(max(PER_RIF-1)))& Text(Year(max(PER_RIF-1)))
Now, I want to do some sum.
I try to use:
=sum({<{per_rif=$(date(Month1))}>} [Incassato_Altro _nel _periodo])
But when I try to set the sum it fails.
I can’t selection nothing because I want to automatizaren all things.
What Am I doing wrong ?
Thanks in advance.
Hi,
that's happened because your variable is in a Text format and not in time format.
change it (using Time() or timestamp() ) and try again.
BR
Ariel