Text File Query Editor
Query Builder
Our powerful query builder allows you to select, filter, and update data using queries. Press the second icon in the upper right hand corner of your text file to access this feature.

Atlas includes several bullets of guidelines to help you select, filter, and update your code. You can also navigate to the helpful link RBQL.org for more RBQL query examples.

Here is an example to increase costs by 20%. We leverage the below query to update transport cost by a multiple of 1.2 for every data point of 'customer_1' by using the following code.

Press run to reveal the changes you set:

This is the original data:

To learn about automatically variable coloring and how to directly edit data, reference the Rainbow Editor and Grid Editor pages respectively.