Overview

A DataGrid is a tool for presenting, manipulating, and structuring data in a tabular format, accommodating large volumes and intricate data structures. It consists of rows and columns, with each cell representing a data item. Key functionalities include data filtering by certain criteria, sorting by column headers, direct cell content editing, and grouping and manipulating data as needed. Interactions generally involve selecting a cell and inputting new data.

In this context, we are referring to the Designer Configuration DataGrids, the tables that hold the Solution Configuration. The examples and shortcuts explained in this section are related to the Designer User Interface. When Creating Displays, it is possible to add a "DataGrid Component" to the Operators Displays. While some of the behavior of those grids is similar, it's a different context, and those grids are explained in the Draw section of the documentation.

On this page:


Using DataGrid tables

Most Solution Configuration interfaces are presented in DataGrid tables, which offer various features to help manage and edit the contents of the configuration tables.

Most tabs display information in a table format, and all tables use the same methods to manipulate, copy, paste, and import data.

Editing Tables

Most configurations, such as tags, alarms and users, are stored in tables. In most tables, you can add and edit information using the insertion row.

To add a new table item (row):

1. Click the first column of the insertion row. The insertion row is the first row of the table and has an asterisk next to it.

2. Once you click a column in the row, the asterisk becomes a pencil icon, showing that you are now editing that row.


When editing a table, you can:

  • If the column is a text field, enter the information.

  • If the column is a selection field, click the same spot again and select items from the drop-down list or pop-up window that displays.

  • Press Tab to move through the columns in the row.

To edit an existing row, click the column in the row that you want to change and do one of the following:

  • If the column is a text field, enter the new information. The system overwrites the text that was in the field. To change part of the text, click again.

  • If the column is a selection field, click again and select items from the drop-down list or pop-up window that displays.

More than one person can edit a solution at the same time. The system saves all changes to the Solution server and propagates the changes to other users. If two users modify the same configuration table or document, the changes from the last person who saves will overwrite any previous changes.

Creating Objects with Default Names

An easy way to create a tag is to click the Name column of the insertion row, then press Space and Enter. Each time you do this, the system will create the same type of tag that was last created. In the insertion row, select the Type, then click on the header or any other part of that grid. This will create a tag with a default name.

Editing Multiple Rows

You can configure more than one row at a time by selecting the rows with the Shift button, then right-click and select "Edit Combined Rows". A new dialog will open with the information for the rows. The settings changed in this window will apply to all the selected rows. If a column has more than one configuration, the platform will indicate it.

Showing or Hiding Columns

Tables display a default set of columns. Every table has additional columns that you can display, and you can remove any of the default ones. You can also change their order.

To add or remove a column:

1. From any table, right-click the column heading area.

2. A list of all available columns for that table will be displayed. Columns with a check mark next to them are displayed in the table.

3. Select or deselect columns in the list.

4. Click outside the list to close it.

5. To change the order of the columns, drag a column heading to a new location.

6. To reset the columns to the default, click Reset Grid to Default Settings button at the top right of the table, next to the search bar.

Sort, Filter and Group Columns

Sort

Click a column name to sort by that column and to change the order to ascending, descending, or none. When none is selected, the internal row ID is used: every DataGrid has an internal column named "ID".


Filter

Click the down arrow icon to select visible rows according to their content.

Grouping

Drag and drop the column titles in the upper area to create a dynamic hierarchical grouping of the information. 


Common Column Definitions

Several common columns are available in most tables. These columns are defined below.

Column

Description

ID

Database ID assigned to the object in the table. Numbers are assigned starting from 1 for the first object created and continue as needed. The IDs are unique only to a specific table.

Level

Select the level you want to associate with the tag on the Asset Tree. Learn more at UNS Asset Tree

Category

Select one or more categories for this attribute. See Solution Categories.

DateModified

Date the object was last changed.

DateCreated

Date the object was created.

Description

Enter a description of the object


Copying and Pasting Rows

You can copy and paste rows into and from tables on the software platform. The smart copy/paste functions allow you to copy rows from one table to another. For example, you can copy tags and paste them into the Historian tab or the Items tab under Alarms. You can also copy and paste to and from a spreadsheet. Additionally, you can import a comma-separated values (.csv) file into any table. Column headings must match the table you are importing into. The best way to ensure the headings match is to first copy rows into a spreadsheet, then edit the spreadsheet.

Copying and Pasting

To copy rows to another tab:

  • From any table, select one or more rows.
  • Right-click and select Copy Selected Rows.
  • Go to another tab.
  • Right-click and select Paste Rows.

Copying and Pasting To or From a Spreadsheet 

To copy rows to a spreadsheet:

  • From any table, select one or more rows.
  • Right-click and select Copy Selected Rows.
  • The copy automatically includes all available column headings for the tab you are in.
  • Go to a spreadsheet and paste.

To paste rows from a spreadsheet:

  • Set up the spreadsheet columns by following the copy steps above.
  • Enter the information you want.
  • Copy the information, including the headings, from the spreadsheet.
  • From the corresponding table, right-click and select Paste Rows.
  • The paste automatically places the data into the corresponding columns. Any empty cells are ignored. 

In this section:






  • No labels