added description and related to scalar values guide, updated truncate styles to prevent shift on open

pull/592/head
Scott Anderson 2019-11-08 10:40:58 -07:00
parent 3f5484811a
commit df14dd8cc0
2 changed files with 5 additions and 1 deletions

View File

@ -35,6 +35,7 @@
min-height: 200px;
max-height: 25vh;
overflow: hidden;
margin-top: -1.5rem;
.truncate-bottom {
bottom: 0;

View File

@ -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/)