Hi, i faceing issue of calculation percentage.
I plan to make notification email for appraisal. Current function is 5 score. Now i plan to make percentage of appraisal for every satff. for example:
Jason Apprialsal score is 4. So percentage is 4/5=80%
I used code: {{ ((doc.total_score/5)*100)|round|int }}% to achieve it, but failed.
So please help me out.