Is there a way to return dates between in format year-months in Cognos reports?
Example: I've been using the following to figure out "age"
_years_between (current_date, [DateOfBirth]).
Result comes out as just the age in years.
I'm looking for a way to return Age in the following format: preferably
12 years, 6 months
But can work with just a numerical number like the below:
12.5