Dynamic Select Tool

The Dynamic Select tool allows fields to be selected (or de-selected) either by field type or via a formula. Additionally dynamic or unknown fields will also be selected by field type or via formula at runtime.

It is very easy to end up with a stream with no fields. Most tools can't handle that and produce an error. The Transpose Tool is among the few tools that can handle having no fields on input.

Look at the Data Statistics App \Program Files\Alteryx\RuntimeData\Analytic_Apps\DataStatistics.yxwz for a good example of usage.

Configure the tool

Choose the mode for field selection. There are 2 modes for selection:

  • Select Field Types: Fields are selected based on their field type. Check the box to the left of the field types to add to your selection.
  • Select via a Formula: Fields are selected based on criteria specified via the formula processor.
  • Use the Formula Processor to construct the expression that will result in field selection.

    FINDSTRING([Name], "ID")>-1 only selects fields with "ID" in the field name.

    The following field information data fields are available for building the expression: