Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt


UI Text Box
sizemedium
typeinfo

Converting (or casting) data types is very important throughout all functions provided by JWT.

To be able to set, transform or calculate values it might be necessary to turn a text value to a number, a number or a timestamp to a text, and even individual text or number values to a list.

The following functions will help you to achieve that.


Image ModifiedAvailable functions

Page properties report
firstcolumnFunction
headingsShort description, Output
pageSize100
sortByTitle
cqllabel = "parser_function" and space = currentSpace() and parent = "37619264"


UI Text Box
typetip

Whenever you write a numeric term at the right-hand side of the + operator or a comparison operator like = , and the left-hand side is occupied by a text term, the parser will automatically transform the right-hand side term into a text toString().

OperatorExample
+

"His age is " + 30 is equivalent to "His age is " + toString(30)

= (any comparison operator)

"30" = 30 is equivalent to "30" = toString(30)





Page properties
hiddentrue



Status
Tech review

Status
colourYellow
titleReady for review

Style guide

Status
colourYellow
titleReady for review

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged