crystal reports - How to calculate percentage in CrystalReports? -


my view table is:

id int,                                                                        name varchar(50),                                                                mark1 int,                                                                       mark2 int,                                                                      mark3 int 

i have added 1 formula field called total , in have calculated total marks. question how calculate percentage?


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -