bool() function
The bool()
function converts a single value to a boolean.
Output data type: Boolean
bool(v: "true")
Parameters
v
The value to convert.
Examples
from(bucket: "sensor-data")
|> range(start: -1m)
|> filter(fn: (r) => r._measurement == "system")
|> map(fn: (r) => ({r with responsive: bool(v: r.responsive)}))
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for Flux and this documentation. To find support, the following resources are available:
InfluxDB Cloud customers can contact InfluxData Support.