added description and related to scalar values guide, updated truncate styles to prevent shift on open
parent
3f5484811a
commit
df14dd8cc0
|
@ -35,6 +35,7 @@
|
||||||
min-height: 200px;
|
min-height: 200px;
|
||||||
max-height: 25vh;
|
max-height: 25vh;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
margin-top: -1.5rem;
|
||||||
|
|
||||||
.truncate-bottom {
|
.truncate-bottom {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
|
@ -1,13 +1,16 @@
|
||||||
---
|
---
|
||||||
title: Extract scalar values in Flux
|
title: Extract scalar values in Flux
|
||||||
description: >
|
description: >
|
||||||
placeholder
|
Use Flux stream and table functions to extract scalar values from Flux query output.
|
||||||
|
This lets you, for example, dynamically set variables using query results.
|
||||||
menu:
|
menu:
|
||||||
v2_0:
|
v2_0:
|
||||||
name: Extract scalar values
|
name: Extract scalar values
|
||||||
parent: How-to guides
|
parent: How-to guides
|
||||||
weight: 210
|
weight: 210
|
||||||
v2.0/tags: [scalar]
|
v2.0/tags: [scalar]
|
||||||
|
related:
|
||||||
|
- /v2.0/reference/flux/stdlib/built-in/transformations/stream-table/
|
||||||
---
|
---
|
||||||
|
|
||||||
Use Flux [stream and table functions](/v2.0/reference/flux/stdlib/built-in/transformations/stream-table/)
|
Use Flux [stream and table functions](/v2.0/reference/flux/stdlib/built-in/transformations/stream-table/)
|
||||||
|
|
Loading…
Reference in New Issue