I'm working in CR 11, SQL server database.
I'm trying to find out if employees are entering a required field in client's service record. Its a free text field so when they don't enter anything the field is empty.
I've tried to add a formula to the running total in a couple of ways.
isnull({command.client_strenghts})
and
command.client_strenghts = ""
In either case, the running total returns a value of zero.
I'm trying to find out if employees are entering a required field in client's service record. Its a free text field so when they don't enter anything the field is empty.
I've tried to add a formula to the running total in a couple of ways.
isnull({command.client_strenghts})
and
command.client_strenghts = ""
In either case, the running total returns a value of zero.