New Bug Encountered: Decimal value in virtual column in display mode

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 Solved
0 5 431
1 ACCEPTED SOLUTION

Instead of using 8760, use 8760.0

View solution in original post

5 REPLIES 5

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.

Top Labels in this Space