Hi,
i am using variable1 to hold a mathematical calculation , then referencing variable 1 inside another variable 2 which has a filter , then showing the outcome in a table , it is defaulting to 0 .
i noticed that if i reference a field instead of a variable in the filter it works, but that’s not i want .
so i believe the problem is in this part get<variable1>sum[]
but i am not really sure whats wrong , any help appreciated thanks
<$let variable1={{{ [ {!!numberfield}divide[3]round[] ] }}}>
<$let variable2="[kin:tags:to<currentTiddler>tag[Completed]get<variable1>sum[]]">
<td><$text text={{{ [all[current]subfilter<variable2>] }}}/></td>