Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello I need to calcule the count of the Month -1 Week and Week-1 ,
For the actual Month i use this one :
=count({<[Calendar date]=, [%Year month SEQ]={$(=max([%Year month SEQ]))}>}Document)
the year month Seq is in the script :
AutoNumber(Num(Month([Calendar date]), '00')&'/'&Year([Calendar date])) as [%Year month SEQ]
Thanks for help :
=count({<[Calendar date]=, [%Year month SEQ]={$(=max([%Year month SEQ])-1)}>}Document)
Do you have other date and time related filters where you might make a selection? Like Month or Year etc? If you do, make sure to ignore them in your set analysis as well