Preview and Run the Report
This topic demonstrates how to preview and run the report in Logi Info.
You can preview the report right inside Studio:
In the Workspace panel, click the Preview tab at the bottom. Your report should appear in the panel. Any changes to definitions (but not to support files, such as style sheets) are automatically saved when Preview is clicked. Click the column headers to see the sorting feature in action. Let's clean up a few things before we move on. Let's rearrange the column order and set the column header titles.
- Click the Definition tab to return to the definition editor.
- In the MyDataTable2 definition, select the Data Table Column for the City data ("colCity").
- Use the Move Down item in the main menu, or the F8 key, to move the selected element down below the other data table column elements. Notice that its child elements (Label and Sort) move with it.
- Repeat this process with the First Name ("colFirstName") data table column element so we wind up with a column order of EmployeeID, LastName, FirstName, and City. Preview the results to check the order.
- Next, select each Data Table Column element in turn, and insert a space into its Column Header attribute value, separating the two words found there, so "FirstName" becomes "First Name", for example. Then preview the results again.
You can also view the results in your browser by right-clicking the MyDataTable2 definition in the Application Panel and selecting Run in Browser from its context menu.