On Sunday, April 1, 2018 at 9:07:41 PM UTC+2, Jed Carty wrote: > > I am not sure if it is the problem or a typo here, but you have / and " > swapped. > > <$formula formula="sum([[accounts]listed[type]get[totalvalue]])/"> > > should be > > <$formula formula="sum([[accounts]listed[type]get[totalvalue]])"/> > > I also have an expense tracker that I am working on in case there are any > pieces that would be helpful for you > https://ooktech.com/TiddlyWiki/ExpenseReports/ > <https://www.google.com/url?q=https%3A%2F%2Fooktech.com%2FTiddlyWiki%2FExpenseReports%2F&sa=D&sntz=1&usg=AFQjCNHCuTsdw0uex501PbJ5p0-XDhfbCA> >
Thanks for the reply, I already corrected myself but for some reason the message got deleted. Right now the macro for the sum of all the bank value is working alright, that is <$formula formula="sum([<currentTiddler>listed[to]get[value]]) - sum([ <currentTiddler>listed[from]get[value]]) + sum([<currentTiddler> get[initialvalue]])"/> So I can easily get the total value of, say, bank. Still, the problem of how to get the total value of cash + bank + any other account is unsolved. I was exploring the usage of variables here, or maybe I should go for some data tiddlers as the expenses tw you linked me (I'll study that, thanks!) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/30d82ed2-06e5-4491-baad-349aaa1d8b5c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

