Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear community,
I would like to count rows in a table in order to retrieve data from w-1, w-2, W-3 :
i tried this :
=AGGR(Above(if([date_created.autoCalendar.Week]=Week(Now(2)-1),count((date_created)))),[FID_shop_id-Offre - Identifiant unique])
to retrieve row from W46 (actually we are in 47) but it doesn't works ...
The goal is to count rows who have been created (date_created) in W-46, W-45 and W44 in order to see the evolution,
thanks for your help !!
Hi Gysbert,
Do you have all informations ?
regards,
Cyrille
Hello,
does anyone can help me ?
regards,
Cyrille
I would like to count the numbers of rows created with week in parameters :
=AGGR(count(([date_created.autoCalendar.Week]=Week(Now))),[FID_shop_id-Offre - Identifiant unique])