# Step 3: Creating Different Views at Runtime

This topic covers creating views at runtime in flexpivot.

## Content



Let us now take a look at how we can create different views of the data added using the DataEngine in the previous step.

Press **F5** to run the application. FlexPivotPage is now connected to [C1DataEngine](/componentone/api/win/online-flexpivot/dotnet-standard-api/C1.DataEngine/Assembly) and you can see the control appears similar to the image below with various data fields that you can choose for data analysis.

![FlexPivot_view](https://cdn.mescius.io/document-site-files/images/78f24d1c-0e57-452f-87a1-d318e186587a/images/flexpivot_view.png)

You can create different views by dragging the data fields available in the FlexPivotPanel to Rows, Columns and Values lists as illustrated in the steps below.

1.  Drag the **Country** field from the FlexPivotPanel to **Rows** list, and **Extended Price** field to **Values** list. A summarized view of Extended Price against Countries appears in the form of a grid as shown in the image below.
    
    ![Pivotgrid_view](https://cdn.mescius.io/document-site-files/images/78f24d1c-0e57-452f-87a1-d318e186587a/images/pivotgrid_view.png)
    
2.  Click the **Chart** tab to view the same data in chart format.
    
    ![FlexPivot_chart view](https://cdn.mescius.io/document-site-files/images/78f24d1c-0e57-452f-87a1-d318e186587a/images/flexpivot_chartview.gif)
    
3.  Drag **Salesperson** field in the **Columns** list to slightly enhance the view. The new view shows Extended Price by Country and Salesperson.
    
    ![FlexPivotchart-multiplefields](https://cdn.mescius.io/document-site-files/images/78f24d1c-0e57-452f-87a1-d318e186587a/images/flexpivotchart-multiplefields.png)
    

With this, you have completed all the steps of this Quick Start guide.

## See Also

[Updating Data](/componentone/docs/win/online-flexpivot/concepts/C1DataEngineOverview/UpdatingData)