Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Close your eyes and imagine for a moment that all the information you have is a big Excel spreadsheet that you want to do all kind of sorts, filters, calculations and charts.

All this is available under NexOne Office (GIMMI Web). This technology allows you to manipulate, extract and produce endless lists, reports and statistics from your data.

You will find below the procedure to follow in order to produce a simple report which, at first glance, may seem impossible to you.

Situation:

I want to know among the sales made over the last 24 months, the average number of days between the registration date and the sale date; and this grouped by the first 3 characters of the property's postal code in order to target my next campaign advertising.

Procedure:

  • Selection of the basic report

The customization of a report is done from a basic report. Initially, select the report whose data most closely resembles what you want to extract and then customize this report.

For our example, go to Transactions> Reports (top right)" menu.
Click on the Detailed button to display the detailed list of transactions.

  • Selection of columns to display

Click on Actions and then choose Select columns
The left side displays the columns that do NOT appear in the report, the right side displays the columns that appear in the report.

Select on the right side the columns you want to remove from the report and click on the '<' arrow to remove them
Select on the left side the columns you want to add to the report and click on the '>' arrow to add them.

Note: To do a multiple, selection press the Ctrl or Shift buttons during the selection.

For our example, let's leave the MLS #, property address information, listing date, transaction date and add the price sold. And you click on Apply. The report is generated with the columns you have just chosen

  • Selection of filters

Clear existing filters from the base report by clicking on the "X" to the right of the filter.

1.Define a new filter: Keep only transactions from the last 24 months ...

In the Actions menu, select: "Filter".
Under the "Column" field, select the column: "Transaction date".
Under the "Operator" field, select: "Is in the last".
Under the "Expression" field, enter: "24" (for 24 months).
Select the "Month" time unit in the drop-down list to the right of the Expression field (for 24 months).
Click on Apply. A new filter "Transaction date is in the last 24 months" is added at the top of the interactive report. The data in the report now reflects this filter.

2.Establish a new filter: Keep only transactions that have a listing date ...

In the Actions menu, select: "Filter".
Under the "Column" field, select the column: "listing date".
Under the "Operator" field, select: "is not null"
Click on Apply. A new filter "Listing date is not null" is added at the top of the interactive report. The data in the report now reflects this filter.

3.Add a column representing the first three characters of the postal code

In the Actions menu, select: "Format> Compute".
This function is used as in Microsoft Excel to create a formula from existing data
Under “Column Label”, enter “3 first char. of postal code
In the "Computation expression" field, enter "Substr (BB, 1, 3)".
Click on the Apply button. A new column "First 3 char. Of postal code" is added to the report with as value the first 3 characters of the postal code of each of the properties.

Note: 'BB' is an alias and refers to the "Postal code" column (your alias might be different). Under "Columns" appears the list of all the columns with their aliases. They can be used to perform both simple and complex computations (i.e difference between asking price and selling price, number of days the property is on the market, etc.).

4.Add a column to determine the number of days elapsed between the listing date and the transaction date

In the Actions menu, select: "Format> Compute"
We will now add a column that will calculate the number of days elapsed between the listing date and the transaction date
Under the "Column Label" field, enter "Nb of days"
Under the "computation expression" field, enter the following formula: "I - CA".
Click on the Apply button. A new column "Nb days" is added to the report with as value the difference between the transaction date and the registration date of each of the properties.

Note: 'I' and 'CA' are aliases and refer to the "Transaction date" and "listing date" columns (your aliases could be different). See your aliases in the list under the caption "Columns".

5.Group transactions by the first three characters of the postal code

In the Actions menu, select: "Format> Break command".
This function is used to break a column of a report. For our example, group the transactions by the first three characters of the postal code.

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.