![]() |
Tags must be closed to operate properly. For example, if <jt:forEach> tag is opened, there must be a matching </jt:forEach> tag at the end of the block.
|
Example
|
Description
|
||
---|---|---|---|
<jt:formula text= "VALUE(${items.getCustomField(1)})"/>
|
Converts a string to an integer in the cell.
|
||
<jt:formula text= "${items.getCustomField(0)}/86400000"/>
|
Converts long values to dates. You will also need to set the cell format in the template to the desired time format.
|