Integer

Navi_LearnerNavi_Learner Member Posts: 356
Since Createtotal funtion is used only with decimal data type, how to convert integer into decimal so that I can use createtotal funtion? Thanks in advance!

Comments

  • ara3nara3n Member Posts: 9,257
    create a global variable on the report. and assign the integer to the decimal value
    createtotals(mydecimal);


    mydecimal := myintergerfield;
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.