Get marks count with percentage

please give me code to get total for each person

Names RollNo English Maths Hindi Science Social Total Percentage
Kiran 1 20 21 23 20 21
Akhil 2 21 22 24 21 22
Ani 3 19 20 22 19 20
Sri 4 14 15 17 14 15
Jaya 5 13 14 16 13 14
Kavya 6 22 23 25 22 23
7 Likes

Hi,

How about the following sample?

Sample20221208-1.zip (2.8 KB)

BTW, can you share how to calculate percentage? The above assumes full score is 100 in each subject.

Regards,

Manoj-Day3-assi.xaml (8.4 KB)

inputDt.Columns(“Total”).Expression=“English+Maths+Hindi+Science+Social”

1 Like

Workflow.xaml (7.1 KB)

Hi Naveen, could you please add headers and try this code if possible.
I am getting result like this if i add headers
Totandper

dt_table.Columns(“Percentage”).Expression= “English+Maths+Hindi+Science+Social”

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.