Yes, the db is Oracle and I want the age expressed in years.
I don't know how much more specific I can get than "how would I go about creating a UDO to determine age based on DOB?"
1. How does one create a UDO? I don't care if their use is frowned upon. It's what I want to do.
2. How would one make that UDO figure out age given a DOB. I have a formula:
Days between ( {Indvividual\DOB} , Date prompt ( "Enter end date of report" ) ) / 365.25
But when I tried to create a UDO using it I get:
Exception: DBD, ORA-00932: inconsistent datatypes: expected NUMBER got DATE
State: N/A
Any help appreciated.
Thanks,
Rud