Hi,
I am looking to build a formula to retrieve dates between two dates. The information I am trying to retrieve is instances where a service user has attended sessions.
The formula I am using is:
IF(AND( DATETIME_FORMAT({Date Field}, 'DDMMYYYY') >= 'DDMMYYYY', DATETIME_FORMAT({Date Field}, 'DDMMYYYY') <= 'DDMMYYYY' ), {Data Field}, "" )
The information retrieved is only examples where a service user has attended ONE TIME between those dates. If a services user has attended multiple times, the information is not retrieved.
I think I know where the error is in the formula but I don't know what the solution is.
Thank you