Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need to make an expression that returns the costumers with sales betweeen 2 dates and without sales between 2 other dates...
my current expression is:
=sum({< dat = {">=$(=date('01-01-2016','DD-MM-YYYY')) <=$(=date('31-08-2016','DD-MM-YYYY')) "} , dat -= {">=$(=date('01-09-2016','DD-MM-YYYY')) <=$(=date('31-12-2016','DD-MM-YYYY')) "} >} Sales)
but this expression doesn't work...
I need sales between 01-01-2016 and 31-08-2016 and with sales = 0 between 1-09-2016 and 31-12-2016..
and if want to know sales same period (01-01-2016 and 31-09-2016) but great then 1000 for instance... how can I accomplish that?
could some please help me?
Thanks in advance,
edit: the result that I want is here in this picture:
CAFC
that's it 🙂
Thanks!!