Stephan Vagner
03/11/2022, 5:55 AMExpected a number, but this has evaluated to a sequence+hash+string
scottvonduhn
03/11/2022, 1:56 PM<#assign xyz = record.taxrate?replace('%', '')?number / 100.0>
I’d print out the value of record.taxrate and the converted variable, just to verify the values are correct.scottvonduhn
03/11/2022, 1:58 PM