2.4 View Browser
Part 2. Core Components and Controls.
The View Browser contains all views associated with the module currently selected in the navigation menu. In the context of the Qsee platform, views refer to all types of tables and lists, including data models, tables, custom views, and matrices.
Data Models
A Data Model is a category of entities that share a common set of properties, functional purpose, and intended use.
Example: Examples of data models include entities such as Building Elements, Materials, and Worksets.
For example, in the Rooms data model, all rooms are described using an identical set of parameters.
In complex data models, the set of properties may vary depending on the class of the entity within the model.
For instance, a Pump and a Chiller within the same Building Elements data model may have different sets of parameters (Specific parameters) based on their classification.
Data model management takes place in the Account Admin module. To create a new data model, the navigation menu is used to access the corresponding module. In the View Manager, under the Data Models section, a table is presented containing the list of all data models associated with the account.
Account Admin → Data Models

Editing mode is activated using the Edit button in the toolbar at the top right corner of the screen.
After editing mode is activated, a menu appears in the left section of the panel with a "+" button available for creating a new entry.

The data model name is entered and the required properties are defined.

Name – The name of the data model.
Description – A user-defined description of the data model.
Classifiers – A classifier assigned to the data model, if applicable.
Parameters – Parameters assigned to the data model.
Modules – Sections in which the data model will be placed. If needed, the model can be added to multiple sections at once.
GUID – A unique identifier for the data model. It is assigned automatically and does not require manual input.
After all required properties of the data model are completed, editing mode is exited. The changes are saved automatically upon exit.
Tables
Tables in Qsee represent a database structure that contains rows of values, where each cell corresponds to a named column. A grid icon is displayed before the name of each table in the platform. Standard table operations are available, including selecting rows and columns using Shift and Ctrl keys, copying, cutting, pasting, and autofilling values by dragging across a range.
Example: Examples of tables may include standard Qsee entities, such as lists of worksets or project levels. In a levels table, each row represents a specific level, while the columns correspond to characteristics such as Level Name, Type, Project Base Point, Survey Point, Revit File, and Building Story.
Custom Views
Custom views are user-defined views created for Qsee tables. They allow you to configure personalized representations of a table—by applying sorting or filtering—without affecting the main table's display.
When rows or elements are deleted from a custom view, or when its values are edited, those changes are also reflected in the main table.
A custom view is created through the table’s context menu by selecting the Create View command.
Matrices
Matrices are a type of view generated from a classifier by assigning parameters to it. Each matrix name in Qsee is accompanied by a grid icon enclosed in curly brackets. The main difference between matrices and tables is that each matrix cell is defined by two values — one from the row and one from the column.
To modify or add a value to a matrix cell, a context menu is used, which is accessed via right-click. The menu provides two assignment options:
Mark as Instance — the value is assigned at the instance level

Mark as Type — the value is assigned at the type level

Example: An example of a matrix is Building Elements. This matrix is used to define the mapping between classifier positions and project parameters. Such a configuration helps predefine, for example, a specific set of parameters for all elements classified as Wall.
To achieve this, a data model named Building Elements is created. In its Classifiers property, a preconfigured classifier that includes the Wall category is assigned. In the Parameters property, all required parameters are added. Once the data model is created, the corresponding matrix is opened and the mapping between classifier positions and project parameters is defined, with an indication of whether the assignment should be instance-based or type-based.

Last updated