Intacct Real Estate

Report Creation

This section describes simple steps to design a report using the Report Designer.

Open Reports section

  1. Click on Report to pull the list of new Standard Reports. You will se a “New Report” button on the top right corner.

image-20240314-190437.png



image-20240314-190725.png


Create Data

  1. The first step before you design a report is to create a data connection. To add a data, click on the Data icon in the Data Configuration panel. It opens the Data panel.

Data panel icon
  1. Click on New Data button in the data panel.

New data button
  1. Refer to link to a shared data source to select your Data source connection.

  2. Click the Connect button. Now the following view will be displayed.

    Here, an AdventureWorks database is used for demonstration.

Data source fields panel

Edit dataset name

You can edit the name of the Data in the Name field that is available in toolbar pane.

Dataset name field

Drag and drop table in query designer

The left pane holds the tables, views, and procedures associated with the connected database. Drag your preferred table or view from the left pane and drop into the center pane labeled with Drag and Drop table here like below:

Drag and drop query table to design area

Now, the table will be dropped in the design area like below.

Query designer with query table

Execute query

  1. You can execute and visualize the data by using Run option in tools pane.

  2. Now, the data will be retrieved based on the specified query.

Execute query output
Run query icon

Save Data

  1. Click on the Finish button in the tools pane.

  2. Your dataset should now be listed in the Data panel like below.

Data list view
  1. Expand the icon to view the data fields.

Data fields list
Finish data button

Add table report item

The left pane in the design view consists of basic items, data region, data visualization, and sub reports to design an interactive report.

  1. Select the Table item under Data Regions in the item panel, then drag and drop it to the design area.

  2. The above action will render the Table with two rows and three columns in the design area.

Table initial view
Table report item

Assign data

This step is applicable only for the report items that belongs to data visualization and data region category.

Assign the dataset to the Dataset property of the table.

Assign dataset to the table

Add column header

  1. Select the first cell in the table, and enter the column header text as ProductID to the Content property of table.

Enter text in table cell
  1. Similarly, you can add required column header text to other cells in the table.

Assign column text output

Assign data fields in table cell

  1. Select the table cell and click on the Data assign menu icon to open data assign menu.

Open data assign menu
  1. Assign the ProductID field in the table cell.

Assign fields to table cell
  1. Similarly, you can assign the required data fields to the table cell.

Output of assign fields procedure
  1. Assign expression to the table cell.

  2. In the expression dialog, add the following expression =Fields!OrderQty.Value*Round(Fields!UnitPrice.Value,2) and click OK.

Assign expression to table cell
  1. Now, the table will look like below,

Assign expression to table cell

Resize the column

To improve the report readability, we can resize the table row height and column width.

  1. Place the mouse pointer in the respective column border.

Resize the table column
  1. Drag the column gripper horizontally, to adjust the column width.

Adjust column width of the table

Resize the row

  1. Place the mouse pointer in the respective row border.

Resize the table row
  1. Drag the row gripper vertically, to adjust the row height.

Adjust row height of the table

Customize the appearance

Open the PROPERTIES pane. This pane holds some general settings and some specific to the report item.


image-20240308-184033.png


Configure the desired settings to the table for better report design and to improve report readability.

Customize table cell properties

Add total

  1. Select the second row, first cell and Right click -> Add Total

Add total menu
  1. Now, select the third row, first four columns and Right click -> Merge cells

Merge cells in table
  1. Modify the cell content as Total and align the content to Right side.

Modify the cell content
  1. Select the third row, last cell and open the Data Assign menu. Then, click on Add Expression.

  2. In the expression dialog, add the following expression =Sum(Fields!OrderQty.Value*Round(Fields!UnitPrice.Value,2)) and click OK.

Add expression menu
Provide valid expression


Now, the table design will look like below.

Final design view

Save report

Once you are done with the report designing, to save a report refer How to save report section.

Preview report

Preview icon in design view
Table report preview
  1. To see the report preview, click on the Preview button in the report header.

  2. Now, the report preview can be visualized like below.