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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -