I created two formulas to designate victims' age vs. offender's age. for example, and I did the same for offenders
if {INCIDENT_PEOPLE.ROLE_ROLE_TYPE} = "v" then ({INCIDENT_PEOPLE.APPROX_AGE}) else ""
Now I thought that I could just take the new field "offenders" and subtract the new field "victims" from it to get an age difference. But it gives me the error message of
"a number, currency amount, or date_time is required.
I'm not sure why I'm getting this error. Any ideas on simpler ways to create this? Thanks for any ideas!!
if {INCIDENT_PEOPLE.ROLE_ROLE_TYPE} = "v" then ({INCIDENT_PEOPLE.APPROX_AGE}) else ""
Now I thought that I could just take the new field "offenders" and subtract the new field "victims" from it to get an age difference. But it gives me the error message of
"a number, currency amount, or date_time is required.
I'm not sure why I'm getting this error. Any ideas on simpler ways to create this? Thanks for any ideas!!