Views
Often times, data is loaded into the database with multiple parametric cross-sections. For example, the charts available in PerfExplorer are primarily designed for scalability analysis, however data might be loaded as a parametric study. For example, in the following example, the data has been loaded with three problem sizes, MIN, HALF and FULL.
scalability data organized as a parametric study image::parametricdata.png[Potential scalability data organized as a parametric study,width="6in",align="center"]
In order to examine this data in a scalability study, it is necessary to reorganize the data. However, it is not necessary to re-load the data. Using views in PerfExplorer, you can re-organize the data based on values in the database.
Creating Views
To create a view, select the "Create New View" item under the "Views" main menu item. The first step is to select the table which will form the basis of the view. The three possible values are Application, Experiment and Trial:

After selecting the table, you need to select the column on which to filter:
column image::viewscolumn.png[Selecting a column,width="2in",align="center"]
After selecting the column, you need to select the operator for comparing to that column:
operator image::viewsoperator.png[Selecting an operator,width="2in",align="center"]
After selecting the operator, you need to select the value for comparing to the column:

After selecting the value, you need to select a name for the view:
for the view image::viewsname.png[Entering a name for the view,width="2in",align="center"]
After creating the view, you will need to exit PerfExplorer and re-start it to see the view. This is a known problem with the application, and will be fixed in a future release.
view image::completedview.png[The completed view,width="6in",align="center"]
Creating Subviews
In order to create sub-views, you first need to select the "Create New Sub-View" item from the "Views" main menu item. The first dialog box will prompt you to select the view (or sub-view) to base the new sub-view on:
view image::subview.png[Selecting the base view,width="2in",align="center"]
After selecting the base view or sub-view, the options for creating the new sub-view are the same as creating a new view. After creating the sub-view, you will need to exit PerfExplorer and re-start it to see the sub-view. This is a known problem with the application, and will be fixed in a future release.
sub-views image::completedsubview.png[Completed sub-views,width="6in",align="center"]