Every tiddler tagged ‘class’ has two fields ‘boys’ and ‘girls’ holding the number of boys and girls respectively in each class. The title holds the class name X-A, X-B, etc. The body (text) carries some description of the class.
I want to add another field ‘tot_students’ that will be sum of ‘boys’ and ‘girls’ for each ‘class’ tiddler.
How do I do that?