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;
|
||||
max-height: 25vh;
|
||||
overflow: hidden;
|
||||
margin-top: -1.5rem;
|
||||
|
||||
.truncate-bottom {
|
||||
bottom: 0;
|
||||
|
|
|
@ -1,13 +1,16 @@
|
|||
---
|
||||
title: Extract scalar values in Flux
|
||||
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:
|
||||
v2_0:
|
||||
name: Extract scalar values
|
||||
parent: How-to guides
|
||||
weight: 210
|
||||
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/)
|
||||
|
|
Loading…
Reference in New Issue