For example, i have a text box with value 1.6499999761581 4. How can i round it off to 1.7 ?.
Is this possible using the text box control properties ?.
Is this possible using the text box control properties ?.
AI_grade: Round((([AI_1_grade]*3+[AI_2_grade]+[AI_3_grade]*2)/6),1)
Comment