I have Number DataCardValue that name Total Amount and 12 DataCardValue refer to months,
I implement formula that divide Total Amount/12 to each DataCardValue
RoundDown(DataCardValue5.Text/12, 0.00)
but it not getting whole number for example 50/12 must be 4.16 but calculate 4.00