Hello,
Can you please help me with an info?
Is there any formula that can be used to calculate the age if we have the date of birth?
Thanks
Hi @algrigore!
You can make formula "(Today Date - Birthday)/365"
hi @algrigore ,
You will need one more line item to hold current date and the third line item which will be number formatted and formula which will be "(Current date - Date of birth)/365 "which will give you age in years.
Abhay
Yes, there is currently no formula that returns the current day. The community has an idea about this, you can support it.In practice, we are doing an integration that loads the current date into the desired cell every day.
If the accuracy of the calculation is not so important to you and there is no way to load the date, a good solution would be to use the formula from Chris below (with YEAR).
Hey, @AntonMineev
Thanks, there is a formula also for the current date ?or I need to import some data?
@algrigore
How about =YEAR(Today) - YEAR(Birthday)
Its a little simpler than the solution offered.
@ChrisAHeathcote
I think it will not give half years or any fraction like 4.6, 7.5 I am not sure, definitely it can be used to get result in integer value only.
@abhay.kanik
Yes, you are right.
The solution will only provide whole numbers.
Why are non‑admin users unable to view Module information on the Anaplan page, while workspace administrators can? (After click the three dots on the grids right up corner) Are there any configuration options that allow non‑admin users to view module details without granting full workspace administrator access?
Just like the main question above, I wanted to try out the new feature on the board where you can you the insights panel to put additional cards. However, I wanted to synchronize scroll a card on the main board with the card on the insights panel but I can't find where it might be.
Hi everyone, I am trying to create a connection ADO from PostgreSQL, but I consistently receive the following error: Failed to establish a connection The following message was sent from the target system: The SSL certificate is either invalid or not in unencrypted PEM format. Please check your certificate and try again.…