Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need to obtain in a table with (Ventas) Sales >0 in the Actual Year and the same for the last Year and but my expression don't work.
the number of Customer
Hi Enrique,
In Your Doc I tried
count({<Año={$(AñoActual)}, Mes={'<=$(MesActual)'},Cliente={"=Sum({<Año={$(AñoActual)}, Mes={'<=$(MesActual)'}>} imVentaTAM) > 0"}>} distinct Cliente)
The result is 111
Regards,
Antonio
What are the expected numbers here?
Hi Sunny T,
Attached I send a excel file with the list customers and marked error in column
For Nº Clientes 2016 = 111 (no 120) and for Nº Clientes 2015 = 119 (is OK)
This data por a selected line (ALB ALBACETE
Attached you have an excel with detailed data
Can you please post sample Application?
In the original post is a qv file
Hi Enrique,
In Your Doc I tried
count({<Año={$(AñoActual)}, Mes={'<=$(MesActual)'},Cliente={"=Sum({<Año={$(AñoActual)}, Mes={'<=$(MesActual)'}>} imVentaTAM) > 0"}>} distinct Cliente)
The result is 111
Regards,
Antonio