Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I am trying to use the date parameter below in a multi box object
=WHERE ([Sales Date] > '31/12/2009')
I used the steps below but no success:
Multi Box Properties
General Tab
Edit (and Expression) Boxes
=WHERE ([Sales Date] > '31/12/2009')
Apply
Ok
Please kindly assist on how to go about this.
Regards
Hi,
Use if()
try like
if(sales date>'31/12/2009','Apply','ok')
Regards
Hi,
Can you write complete expression??
Regards
I can write COUNT and SUM expressions but not WHERE DATE GREATER THAN.
Regards
Hi,
Use if()
try like
if(sales date>'31/12/2009','Apply','ok')
Regards
Thanks, it works