I have this macro that sums up values from three different fields:
\define vassum2(here mynow)
VAS total: {{{[title[$here$]get[vashi.$mynow$]] [title[$here$]get[vaslo.
$mynow$]] [title[$here$]get[disabil.$mynow$]] +[sum[]]}}}
\end

\define vassum()
<$macrocall $name=vassum2 here="$(currentTiddler)$" mynow={{mynow!!my-now}} 
/>
\end

<<vassum>>

It works great as long as each of the three numbers is unique, but if for 
example the values are 8,3 and 3, then the total is presented as 11, not 14

Is there a work-around for this?


Thanks,
- Dave

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5860261f-1424-4f3c-ab6e-862bfc74e41f%40googlegroups.com.

Reply via email to