Select multiple options in a list

Modified on Mon, 16 Jan, 2023 at 6:09 PM

Sometimes, you might have to select multiple options in the platform. For example, you need to select all the columns that will be used as inputs to train a model. You can do it manually, by clicking on each of them, but the wildcard character * can be used to filter the list and enable quick multiple selections.

You can notice that there is an auto-complete function available when you start to type.

It is also possible to select multiple options by using the star symbol *.

For example:

  • * followed by hitting Enter will select all options. This is useful if you need to select all options, or nearly all options (in this case, you can select them all, and then manually remove the few that you don't need).
  • in* followed by hitting Enter will select all options starting by in. For example, that might select options input_chord, input_length and input_angle.
  • *mean followed by hitting Enter will select all columns ending by mean. For example, that might select options pressure_mean and speed_mean will be selected.
  • *coef* followed by hitting Enter will select all columns containing coef. For example, that might select options drag_coefficient, lift_coefficient, ...

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article