Trying to only show rows on an advanced pdf where quantitycommitted is greater than zero.
Can anyone tell me why this doesn't work? item.quantitycommitted is a native field and when I do ?is_number, it is true. I am so confused...
<#if (item.quantitycommitted gt 0)>
it returns error:
Can't compare values of these types. Allowed comparisons are between two numbers, two strings, two dates, or two booleans.
Left hand operand is a hash+string (wrapper: com.netledger.templates.model.StringModel).
Right hand operand is a number