Me again, im doing this `<td>${tranLine.quan...
# advancedpdf
i
Me again, im doing this
<td>${tranLine.quantityordered?is_number}</td>
to check if is a number, returns
true
then I do this
<td>${tranLine.quantityordered?string["0.0000"]}</td>
but this throws
For "...[...]" left-hand operand: Expected a hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar):
I mean, this should work right? because Im making sure that the variable is of type number