Versions Compared

Key

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

...

All text or string types are exactly transformed without any format performed.

Number formatting

Like Functions like "sumSum" or "countCount" functions already returns return number value values therefore there is no need to convert but if need use data model field you have to wrap field with for number conversions but incase necessary number() function should be used. Ex: number(MyNumberField) 

All number values are by default formatted with decimal rules.

...