To sort the data by a column, select Sort Ascending or Sort Descending from the Data Prep Options dropdown menu.
To sort by several columns at the same time, select Advanced Sort for the first column. Then add additional columns in their sort order.
Sorting columns require that all data columns have the same number of rows. If the column lengths are unequal, you will be prompted to make them equal to proceed.
To rename a data column, select Rename from the Data Prep Options dropdown menu.
If you rename a column in the Data Center that connects to an asset in a Dashboard, the asset will not update.
To filter the rows of data to meet a condition, select Filter Rows from the Data Prep Options dropdown menu.
You can also select and right-click an individual value within a cell to exclude or show only that value. In the case of missing values, you can show missing values or show non-missing values.
Filtering rows require that all data columns have the same number of rows. If the column lengths are unequal, you will be prompted to make them equal to proceed.
If you filter rows in the Data Center and sync your data, the Dashboard assets update.
To merge several columns into a single text column, select Merge Columns from the Data Prep Options dropdown menu.
You can merge up to six columns. The new merged text column is added to the end of the columns.
Merging columns require that all data columns have the same number of rows. If the column lengths are unequal, you will be prompted to make them equal to proceed.
To split an existing text column into a series of new text columns, select Split from the Data Prep Options dropdown menu.
To define a split operation, enter a delimiter value as the list separator. By default, the default delimiter value is a comma.
You can create a maximum of 11 new columns from an existing column. If a column contains a list of more than 10 separated values, only the first 10 indexed values are placed into separately created columns. The remaining list items are grouped together into a separate column (the 11th column).
To extract specific text values from an existing text column into a new text column, select Extract from the Data Prep Options dropdown menu.
Suppose you have a date and location code for each invoice identifier and want to extract the month, 20250415PR. In Start Index, enter 5. In End Index, enter 6 for the 2-digit month code, in this case 04.
Suppose you have a date and location code for each invoice identifier and want to extract the year, 20250415PR. In Number of Characters, enter 4 for the 4-digit year code, in this case 2025.
Suppose you have a date and location code for each invoice identifier and want to extract the location code, 20250415PR. In Number of Characters, enter 2 for the 2-digit location code, in this case PR.
Suppose you have location information that includes county, city, state, and zip code, and you want to extract the city, Jefferson County, Arvada, CO, 80003. In List Delimiter, enter ,. In Extract at Index, enter 2 for the city, in this case Arvada.
To find and replace non-missing and missing text and numeric values that are contained in the specified column, select Replace Values from the Data Prep Options dropdown menu or the column context menu. The validity of the find value is determined by the column's data type and user's regional settings.
To add characters to the beginning or end of contents in text columns, select Prepend or Append Values from the Data Prep Options dropdown menu.
Append works the same way, but places the text at the end of the data values.
For instance, SALES ASSOCIATE.
For instance, sales associate.
For instance, Sales Associate.
For instance, Sales associate.
To delete a data column, select Delete Column from the Data Prep Options dropdown menu. You can also select the column and press Delete on the keyboard. To select a column, select the column title cell or the column summary cell.