Suppose I have 10 tiddler which are tagged with Account1 , each having a field called month with value say April, and another field called amount which has some numerical value.
Of this 10 tiddlers, 5 are tagged with income and 5 are tagged with expense.
In the tiddler titled Account1, I want to get the value of this mathematical operation
sum of the value in the amount field of tiddlers tagged with income and has month field as April minus sum of the value in the amount amount field of tiddlers tagged with expense and has month field as April
How to do it?