I have created a report that has details on an applications.The fields are Application no, start date(d1), finalised date(d2), weeks elapsed(formula).
I created a formula(weeks elapsed) using Date Diff where
DateDiff ("w", {d1},{d2})
This works fine and give details of how many weeks that applications take to complete, ranging from 12-40 weeks.I am wanting to create an expression that gives me the Count of how many accounts that have taken more that 20 weeks to complete.
I have tried the count expression with the 'Weeks elapsed' and using >4 etc,but no success.
Thanks
Derek
I created a formula(weeks elapsed) using Date Diff where
DateDiff ("w", {d1},{d2})
This works fine and give details of how many weeks that applications take to complete, ranging from 12-40 weeks.I am wanting to create an expression that gives me the Count of how many accounts that have taken more that 20 weeks to complete.
I have tried the count expression with the 'Weeks elapsed' and using >4 etc,but no success.
Thanks
Derek