Generating Reports

Generating Reports

You can create new module-specific reports linking some of the other cross-functional modules. For example, you can create a report in the accounts module linking other modules such as Contacts, Deals, Quotes, and others.

Types of Report

  • Tabular Report: Displays the data without any subtotals in the report. Use this type of report to create contact mailing lists, consolidated view of sales pipeline, and others.
  • Summary Report: Displays the data along with subtotals, groupings, and other summary information.
  • Matrix Report: Displays the data summarized in a grid against both horizontal and vertical columns.
  Generate reports

Create Reports

You can create new reports according to your organization's requirements. The customization of a report involves the following steps:

  • Select the module and the corresponding cross-functional modules
  • Select the report type (Tabular, Summary, or Matrix report)
  • Select the report columns
  • Group the columns
  • Select the calculation functions
  • Specify the advanced sorting filters
  • Save the report in folder

Availability

Profile Permission Required: Users with the Reports & Dashboards permissions can access this feature.

Note:

  • You can customize the standard reports as per your requirements by clicking the Customize link in the Reports Home page. Once customized, you cannot revert to the default report.
  • On sharing a report that you have created with other users in your organization, note that all fields in the report will be visible to them, even though some users may not have the permission to view some fields.

Part 1: To select a module and the cross-functional modules

  1. Click the Reports tab.
  2. In the Reports Home page, click Create Report.
  3. In the Create Report page, do the following:
    • Select the primary module from the drop-down list.
    • Select the cross-functional modules from the Related Modules list box.
      You can use the fields from the Related Modules in defining the criteria, in adding columns in your report and select columns to total.
  4. Click Continue.

Part 2: To select the report type

  1. In the Create Report page, under the Report Type tab, select one of the following report options:
    • Tabular Report
    • Summary Report
    • Matrix Report

Note:

  • When you select the Summary Report, the Grouping tab will also be available.
  • You can Run or Save the report at any point while creating it.
  • When you click the Run button, the system will prompt you to save the report. The report is saved temporarily and then a preview of the report is generated.
  • When you click the Save button, the report is saved in the folder that you specify.

Part 3: To select the report columns

  1. In the Create Report page, click Columns tab.
  2. Do the following to select the columns to be displayed in your report:
    • Select the columns from the Available Columns list box.
    • Click Add.
    • The columns will be added to the Selected Columns list box.
    • Use the Up and Down arrow keys to sort the display order of the columns.
    • Select the column name and click to delete the selected column.
  3. Click Save.
    In the pop up window, specify the Report Name, Description, and Report Folder details.
  4. Click Run to save the report first, and then run it.
  5. Once you have selected the report columns, click the Grouping tab if you are using Summary Report otherwise click the Columns to Total tab (Refer to Step 5 ).

Part 4: To group report columns

Note:

  • The system will display the column names (in the Columns tab) only for those modules that you select here.
  • In the Create Report page, click the Grouping tab.
    This tab will be available only when you select Summary Reports under the Report Type tab.
  • In the Grouping page, you can group the records based on the grouping criteria that you specify.
  • Select the values from the respective lists.
  • Select Ascending or Descending from the list.

Part 5: To select the calculation functions

  1. In the Create Report page, click the Columns to Total tab.
  2. In the Columns to Total section, select the required calculation functions ( Sum, Average, Lowest Value, Largest Value ).

Part 6: To specify advanced sorting filters

  1. In the Create Report page, click the Criteria tab.
  2. In the Criteria section, select the additional criteria for the report.
  3. Once you have completed the report customization, do one of the following:
    • Click Run to preview the report.
    • Click Save.
    • Click Cancel.

Note:

  • You can also use a Record's Created By and Modified By fields to define a criteria.

Part 7: To save report in folder

  1. In the Create Report page, click Run or Save.
    Note, that you can run the report only after you save it.
  2. In the Save Report dialog box, do the following:
    • Enter the Report Name.
    • Enter the Description of the report.
    • Select the Report Folder in which the report has to be stored.
  3. Click Save.

Edit Criteria Patterns

Criteria Pattern Editor in the report help you to define advanced filters using simple logic like and / or.

Availability

Profile Permission Required: Users with the Reports & Dashboards permissions can access this feature.

Note:

  • You can specify a maximum of 25 criteria in a report.

To edit criteria patterns

  1. Click the Reports tab.
  2. From the list of reports, click the Customize link for the corresponding report in which you want to edit the criteria pattern.
  3. In the Customize Report page, click the Criteria tab.
  4. Review your existing criteria and click the Change Pattern link.
  5. In the Pattern Editor box, modify filters and click the Save link.
  6. Save the modified report.

Example:
You would like to create a report that lists out the deals based on the following criteria:
Stage is 'Closed Won', and Deal Owner is 'Manish Patel or Martin Wilson', and Expected Revenue is greater than '$10000 USD', and Lead Source is 'Cold Call or Web Form'.

You can create this criteria easily with the Criteria option as given below:


The criteria pattern will be automatically set as:


Since the criteria pattern does not match the requirement, you can edit it as:
You can use the following characters in Criteria Pattern Editor:
  • Round brackets: ( )
  • and / or operators
  • Criteria Row Number

Important Notes

  • When the Change Pattern box is open, you cannot add or delete a criteria row under the Specify Criteria section.
  • The operator precedence will not be taken into account if you do not specify brackets. For example, if you specify the criteria as 1 or 2 and 3, it will be considered as ((1 or 2) and 3)
  • You can change the and or or of the criteria rows and it will be updated in the Editor below.
  • You can change the and or or condition in the pattern and it will be updated in the rows above.
  • If you specify 1 and 2 and save it, on editing the report the pattern will be shown as (1 and 2). For (1 and 2) or 3 the pattern will be shown as ( (1 and 2) or 3 )
  • If you add more rows in the editor and delete one by one there will be additional brackets displayed in the pattern. For example if there are 4 rows added and you delete the 3rd row, the criteria pattern will be as ( ( ( ( 1 and 2 ) ) ) or 3 ). If the first row is deleted then it will be shown as ( ( ( ( 1 ) ) ) or 2 ). However, on saving the criteria, it will change as ( 1 or 2 ).
  • Make sure that you do not use the following as they are invalid: (), (and), (or)
  • If the brackets do not match it will be treated as invalid.
  • There will be an error message, if the number of rows and the numbers given in the pattern does not match and also, if there are any missed numbers in the pattern specified.
  • Save and Cancel buttons on the report will be hidden while editing the criteria pattern.
  • In case the final brackets are missing, there will be a difference in the Criteria Patterns Editor and its view mode.
    Your Criteria Pattern in Editor Your Criteria Pattern in View Mode
    ( 1 and 2 ) or ( 3 and 4 ) (( 1 and 2 ) or ( 3 and 4 ))
    1 and 2 and 3 and 4 (1 and 2 and 3 and 4 )
    ( 1 or 2 ) and ( 3 or 4 ) ( ( 1 or 2 ) and ( 3 or 4 ) )

Use 'Last Activity Time' in Criteria

The time when any change is made to a record, be it adding a note, closing a task, sending emails or just editing the fields is captured under "Last Activity Time". The information in this field can be used in Reports criteria, to filter out records that had no activity for a specific period of time or those records that had recent activities.

Note:

  • This option is supported only in the Leads, Accounts, Contacts and Deals modules.
  • These modules should be selected as the Primary module or should be one of the Related modules.
  • While Last Activity Time under list view criteria captures all updates made to a record, the Last ModifiedTime will only capture changes made to the fields and does not include changes made to the Notes, Tasks or Email sections.
  • This criteria can be used in all types of reports.

Availability

Profile Permission Required: Users with the Reports & Dashboards permissions can access this feature.

The activities and updates that will be recorded as Last Activity time:

  • Editing fields in a record
  • Adding & updating activities, i.e. Tasks, Events, Calls
  • Sending emails to leads and contacts
  • Adding & editing notes
  • Adding deals & contacts under an account
  • Changing the owner of the record
  • Adding and deleting a record
    (This does not include deleting a record associated to the parent record.)
  • Closing a task
    (Not used for events as they are automatically moved under Closed Activities after the End DateTime.)
  • Deleting and restoring the records (individually or in bulk).
  • Mass operations such as Mass Update, Mass Transfer etc.
    (Except for the Mass Delete option.)

The activities and updates that will NOT be recorded as Last Activity time:

  • Editing contacts or deals under an account will not be listed under the Account.
  • Deleting related lists under a record.

Create Report Folders

By default, reports are stored in different categories. You can create personal or public folders to store the frequently used reports in a common folder for easy access.

To create report folders

  1. Click the Reports tab.
  2. In the Reports home page, click Create Report Folder.
  3. In the Create Report Folder page, do the following:
    • Enter the Folder Name.
    • Enter the Folder Description.
    • Select Accessibility Details:
      • All Users are allowed to view this Report Folder: Select if you would like to enable the folder access for all the users.
      • Show this Report Folder only to me: Select if you would like to enable the folder access only to you.
      • Allow the following users to view this Report Folder: Select the users or user roles that can access the folder.
  • Click Save.

View Reports

To access standard reports in the Reports tab click the specific report (For example, Contact Mailing List from the Accounts & Contacts Reports) from the Reports folder (for example, Accounts & Contacts Reports, Deals reports, and others).

To view the report

  1. Click the Reports tab.
  2. In the Reports Home page, click the required reports group.
  3. From the list of reports that are displayed, click the required report's link.
  4. Click the Edit link to modify the Report Name, Folder details and Description of a report.
  5. Click the Customize link next to the report to customize the report.
  6. In the Reports page, you can do the following:
    • Export: Use this option to export and save the report in Excel, PDF, or CSV format in your local drive.
    • Save As: Use this option to save the report with a new name. This option is useful when you filter a specific set of data and save it for future reference.
    • Customize: This feature is used to customize the report with regards to the report types, columns, grouping, filter criteria in the report, etc.
    • Reload: Use this option to update or refresh the contents of the page.
    • Hide Details / Show Details: Click Hide Details to hide the details of the report and click Show Details to see the hidden details of the report.
    • Create Chart: This feature enables you to create charts, (such as Bar diagrams, Pie charts, Line charts, Funnel charts) based on the selected report details.
  7. Do one of the following, and then click Apply Filter to view reports based on the filter options specified:
    • Select Last Created Time or Last Modified Time from the Column list.
    • Select the option from the adjacent list. ( Next FQ, for example).
      On selecting this option, the system will automatically display the Start and End date in the respective boxes.
    • Enter the Start Date and the End Date in mm/dd/yyyy format, or select the date from the calendar displayed.

Note:

  • A maximum of 2000 records will be listed in a page. You can use the navigate options to view others pages.
  • You will be able to export up to 2000 records per page, in each export.
  • FQ refers to Financial Quarter and FY refers to the Financial Year.

Delete Reports

Periodically, you may delete some of the unnecessary reports. Please note that you can delete the reports created only by you. Also, you need to have the Manage Reports and Dashboards permission in you profile.

To delete reports

  1. Click the Reports tab.
  2. In the Reports home page, click the Del link corresponding to the report that you want to delete.

Edit Standard Reports

You can edit the predefined reports, provided you have the Manage Reports and Dashboards permission in you profile.

To edit reports

  1. Click the Reports tab.
  2. In the Reports home page, click the Edit link corresponding to the report that you want to edit.

FAQ

1. Can I restrict the reports only to certain selected users?

2. Why am I unable to see some of the fields in Reports?

3. Can I schedule my reports and send to my colleagues periodically?

    • Related Articles

    • Scheduling Reports

        Schedule reports  Schedule Reports You can automatically send reports to your colleagues, executive management and non-Zoho CRM users by scheduling the desired reports daily, weekly, monthly or yearly. Once the Report scheduler is configured, ...
    • Working with Reports

      Zoho CRM reports are the detailed and informative list of records. Each report provides access to important data required for various purposes. In Zoho CRM, standard reports are provided in various modules, which can be either used as it is or ...
    • Zoho CRM - Working with Reports

      Chapter 19: Working with Reports In the Zoho CRM system standard reports are provided in various modules, which can be either used directly or customized further according to your organization requirements. You can perform the following operations in ...
    • Integration with Zoho Reports | Online Help Zoho CRM

      ZOHO   CRM Help Features Pricing Customers Resources Developers Resources CRM Setup Using Zoho CRM Integrations Developer Guide CRM Help Home CRM - User Guide Advanced CRM Analytics How Can I... Configure Zoho Reports Integration Activate Zoho ...
    • Generating a PhoneBridge Token

      For your PBX system to connect to your Zoho CRM account, you need to specify the PhoneBridge Token in your Zoho PhoneBridge adapter file. This token is used to identify the Zoho PhoneBridge Group users for a particular PBX system in your account. ...