Creating Dataset in the AIV application

There are three ways in which a user can create a datset in the AIV application.

  1. Accept to create dataset while creating a Datasource.
  2. By clicking on the create icon on the bottommost toolbar.
  3. Right click the datasource and select Create Dataset to create new dataset.



  4. After clicking the create dataset following pop-up will be opened:-
  5. In the name section give dataset name as Cust_Data.
  6. Select ClassicModel2 as the Datasource



  7. In the Query section expand tables to see the tables that exist in the current Datasource.



  8. Expand the customers table.
  9. Drag and drop customers on the empty screen to write query.
  10. The following pop-up box will be opened.



  11. Select the columns customerNumber, customerName, phone, addressLine1, addressLine2, city,state, country from the List Box and press Submit.
  12. The following sql query will be displayed:-



  13. Keep the Datasource as JDBC.
  14. Press to preview the results and in order to submit the query and create the dataset
  15. In order to view Output Columns, click on the Output Column tab that displays Columns as follows:-



  16. After this, preview to check if you have performed steps correctly.



  17. In order to view the dataset, go to the Dataset section , and you will notice Cust_Data has been created over there with the date that you have last updated it.
  18. In case of any further help, the user can click on the icon to access the AIV help documents.
  19. If the user is not satisfied and wants to cancel the create request, he can do this by clicking on the cancel button next to submit or by clicking on button next to the icon.

In this manner, you can create a new dataset for your datasource.