Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hola a todos!! Necesito una expresion para calcular la venta en base al mes anterior al filtrado. El Mes figura como Enero, Febrero, etc.
Trate con esta expresion, pero no me sirve..
{$<Mes={$(=Max(Mes)-1)}
Gracias.
Saludos!
Hi Andres,
Usted puede tratar de esta fórmula
sum(if(aggr(NODISTINCT Addmonths(max(Month),-1),ID)=Month,Amount))
Por favor, consulte el archivo adjunto, así
Thanks
AJ
Hi, you have tu create a relational table containing the calendar to asociate one the number of each day name.
You can't to apply Mes -1 because Enero is a alfanumeric or string value but no a number.