×

Please give details of the problem

Skip to content

How to test the value of a number

Code

1
2
<#if (myvalue?number > 10)>
<!--#if-->

NB : You must cast your variable to a number since any variable of a process is a string
NB2 : You must surround your condition with parenthesis, because of ">" sign in your condition