Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi.
I want to know how many new customers bought in the selected period.
In the attached example, in the period 09/2013 I have customers A, G and H, I should have G and H, because A has already bought.
Regards.
=Sum({1< >} aggr( if((min({1< >} Total <Cliente> Fecha)) = min(Fecha),1,0), Cliente))
=Sum({1< >} aggr( if((min({1< >} Total <Cliente> Fecha)) = min(Fecha),1,0), Cliente))
hi lucian will you plz expalin what {1< >} does ?
I have never used this thing,,
Thanks,
See help on Set Analysis.
Hi Lucian.
You can see it in my real data works poorly.
For example, I select May-2013 and sees as follows:
Attached is an example with my real data. Regards.
HI.
Already solved, thank you very much.
Sum({1< >} aggr( if((min({1< >} Total <Vta_Cli> Vta_Fecha)) = min(Vta_Fecha),1,0), Vta_año, Vta_mes, Vta_Cli))
Regards.
hola necesito hacer esto para qilkview
la idea es presionae año 2013 mes enero y el ptro mes mayor al siguiente
SELECT distinct NOMBRE
FROM [FRONT].[dbo].[131 AUDITORIA FONDO]
where fecha >='2013-01-01' and fecha <='2013-01-31'
and NOMBRE not in(select distinct NOMBRE FROM [FRONT].[dbo].[131 AUDITORIA FONDO] where
FECHA <='2012-12-31')