G
Guest
I hv this expression in my query
Expr1: DateDiff("d",[DATE_RECEIVED],Now())
How do i put some additional condition where field [status]="pending"
I''ve tried this
Expr1: DateDiff("d",[DATE_RECEIVED],Now()) where [status]="pending"
and its give me "headache"
Thanks
Expr1: DateDiff("d",[DATE_RECEIVED],Now())
How do i put some additional condition where field [status]="pending"
I''ve tried this
Expr1: DateDiff("d",[DATE_RECEIVED],Now()) where [status]="pending"
and its give me "headache"
Thanks