how do you calculate the age (in months) using the date of birthday?

how do you calculate the age (in months) using the date of birthday?
Can I use this:
ROUND(DATEDIFF(INFANT'S DETAILS:\nDate of Birth
,CURRENT_DATE()) / 365,1)*12
Best Answers
-
This is what I would use:
ROUND(DATEDIFF(CURRENT_DATE(),`INFANT'S DETAILS:\nDate of Birth`)/ 30.437)
Note that I've also swapped the order of Infants details and Current date in the DATEDIFF() function to avoid a negative number.
If I solved your problem, please "accept" my answer as the solution
1 -
Another approach would be to use the PERIOD_DIFF function, something like:
period_diff(date_format(CURRENT_DATE(), '%Y%m'),date_format(`INFANT'S DETAILS:\nDate of Birth`, '%Y%m'))
I'd advise you to try both, put them side by side and then compare a few examples to what your expected number would be, so you can get the one that works closer to how you'd manually do so.
1
Answers
-
This is what I would use:
ROUND(DATEDIFF(CURRENT_DATE(),`INFANT'S DETAILS:\nDate of Birth`)/ 30.437)
Note that I've also swapped the order of Infants details and Current date in the DATEDIFF() function to avoid a negative number.
If I solved your problem, please "accept" my answer as the solution
1 -
Another approach would be to use the PERIOD_DIFF function, something like:
period_diff(date_format(CURRENT_DATE(), '%Y%m'),date_format(`INFANT'S DETAILS:\nDate of Birth`, '%Y%m'))
I'd advise you to try both, put them side by side and then compare a few examples to what your expected number would be, so you can get the one that works closer to how you'd manually do so.
1
Categories
- All Categories
- 1.1K Product Ideas
- 1.1K Ideas Exchange
- 1.2K Connect
- 969 Connectors
- 257 Workbench
- Cloud Amplifier
- 1 Federated
- 2.4K Transform
- 76 SQL DataFlows
- 501 Datasets
- 1.8K Magic ETL
- 2.7K Visualize
- 2.2K Charting
- 375 Beast Mode
- 20 Variables
- 485 Automate
- 103 Apps
- 378 APIs & Domo Developer
- 6 Workflows
- 22 Predict
- 6 Jupyter Workspaces
- 16 R & Python Tiles
- 316 Distribute
- 64 Domo Everywhere
- 252 Scheduled Reports
- 59 Manage
- 59 Governance & Security
- 1 Product Release Questions
- 5K Community Forums
- 37 Getting Started
- 23 Community Member Introductions
- 63 Community Announcements
- 4.8K Archive