Summary

Selects columns or ranges of columns from the data table and orders them the way they were selected.

Input settings of existing table

Want to learn more?

Deletes columns or ranges of columns from the data table.

Examples

Example: Select certain columns from a data table.

Situation

This example shows you how to select end order certain columns.

We don't want "Employee Count" and "Customer Count" and the table should be ordered with the "Identifier" column in front.

Settings

We first select the "Identifier" column and then everything else with the same order as it was before except for "Employee Count" and "Customer Count".

Result

As you can see the table has not only been ordered but also is only showing the selected columns.

Project-File

-

Troubleshooting

Nothing known up to now.

Related topics