DEFINE REPORT command

Creates a new view or opens an existing view.

Syntax

DEFINE REPORT view_name

Parameters

Name Description
view_name

The name of a new view or an existing view.

  • new view creates a blank view with the specified name in the open table

    Any spaces in the view name are replaced with underscore characters.

  • existing view opens the specified view in the open table

Examples

Creating a new view

You create a new view called Q4_AR_review:

DEFINE REPORT Q4_AR_review