Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Drop columns from a table if the columns have only one distinct value.

Operator usage in easy mode

  1. Click + on the parent node.

  2. Enter Drop Single Value Columns operator in the search field and select the operator from the Results to open the operator form.

  3. In the Table drop-down, enter or select the table to apply the operator on.

  4. Click Run to view the result.

  5. Click Save to add the operator to the playbook.

  6. Click Cancel to discard the operator form.

Usage details

LQL Command

dropSingleValueColumns(table)

Input
table: Table with the single distinct value columns.

Output
Table with the single distinct value columns dropped.

  • No labels