I have a virtual column which calculate age based on birthday.
In view mode the field doesnโt show decimal value, (it just shows 3.00) while in edit mode it show correctly, (3.17).
is it a bug?
Solved! Go to Solution.
Instead of using 8760, use 8760.0
hour(today() - [Applicant Birthday]) / 8760
I am using above formula.
Instead of using 8760, use 8760.0
Thanks.
i works.
BTW, Is there any way to show the age in Year and Month, instead of decimal number?
No, youโll have to calculate it.
User | Count |
---|---|
19 | |
10 | |
7 | |
5 | |
5 |