Anaplanners,
Running into a rather simple issue, wanted to use the anaplan mail to function with the body picking up few data from the module, for example: -
Marks obtained by each student is stored in line item called 'STUD1.1 Student Details'.Marks
Marks Obtained = 70%
Now my mail body formula would be "Marks Obtained = " & TEXT('STUD1.1 Student Details'.Marks)
However, the result returns
Marks Obtained = 0.7
Is there a way i can display the same in percentage format. Directly referring without using TEXT function returns error, since Text & Number cannot be concatenated.
Thanks for the help