Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Utility Functions - toString

Table of contents
  1. toString
  2. Example

toString

  • toString(number)

Return a copy of the input number that is converted to string.

Example

function example() {
    search {from="-8h"} sContent("@tags","fpl-example-data")
    let {id} = f("@fields")
    let id_string=toString(id)
}

stream demo_table=example()