I make use of people's DOB in custom variables to determine their age in a LOT of reports. Can I create a User Object to do this so I don't have to recreate the wheel every time I make a new report? How would I go about doing that?
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.