Skip to main content

Window: Report View

[Created: 15/05/2000 - Updated: 02/01/2000 ]
Description: Maintain Report Views
Help: The Report View Window defines the views used when generating reports. This window is for System Admin use only.

Tab: Report View

[Created: 15/05/2000 - Updated: 08/04/2021 ]
Description: Define Report View
Help: The Define Report View defines the views used in report generation
Tab Level: 0

Table 10: Report View - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.ad_reportview.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.ad_reportview.AD_Org_ID numeric(10)
Table Direct
NameAlphanumeric identifier of the entityThe name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length.ad_reportview.Name character varying(60)
String
DescriptionOptional short description of the recordA description is limited to 255 characters.ad_reportview.Description character varying(255)
String
ActiveThe record is active in the systemThere are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.ad_reportview.IsActive character(1)
Yes-No
Entity TypeDictionary Entity Type; Determines ownership and synchronizationThe Entity Types "Dictionary", "iDempiere" and "Application" might be automatically synchronized and customizations deleted or overwritten. For customizations, copy the entity and select "User"!ad_reportview.EntityType character varying(40)
Table
TableDatabase Table informationThe Database Table provides the information of the table definitionad_reportview.AD_Table_ID numeric(10)
Table Direct
Sql WHEREFully qualified SQL WHERE clauseThe Where Clause indicates the SQL WHERE clause to use for record selection. The WHERE clause is added to the query. Fully qualified means "tablename.columnname".ad_reportview.WhereClause character varying(2000)
String
Sql ORDER BYFully qualified ORDER BY clauseThe ORDER BY Clause indicates the SQL ORDER BY clause to use for record selectionad_reportview.OrderByClause character varying(2000)
String

Tab: Report View Column

[Created: 25/02/2001 - Updated: 02/01/2000 ]
Description: Report View Column
Help: The Report View Column Tab defines any columns which will be overridden in the generation of the select SQL
Tab Level: 1

Table 20: Report View Column - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.ad_reportview_col.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.ad_reportview_col.AD_Org_ID numeric(10)
Table Direct
Report ViewView used to generate this reportThe Report View indicates the view used to generate this report.ad_reportview_col.AD_ReportView_ID numeric(10)
Table Direct
ColumnColumn in the tableLink to the database column of the tablead_reportview_col.AD_Column_ID numeric(10)
Table Direct
ActiveThe record is active in the systemThere are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.ad_reportview_col.IsActive character(1)
Yes-No
Function ColumnOverwrite Column with FunctionThe Function Column indicates that the column will be overridden with a functionad_reportview_col.FunctionColumn character varying(124)
String
SQL Group FunctionThis function will generate a Group By ClauseThe SQL Group Function checkbox indicates that this function will generate a Group by Clause in the resulting SQL.ad_reportview_col.IsGroupFunction character(1)
Yes-No

Tab: Available Columns

[Created: 17/01/2014 - Updated: 17/01/2014 ]
Description: You can define on this tab which columns will be available as the print format items
Help:
Tab Level: 1

Table 30: Available Columns - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.ad_reportview_column.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.ad_reportview_column.AD_Org_ID numeric(10)
Table Direct
Report ViewView used to generate this reportThe Report View indicates the view used to generate this report.ad_reportview_column.AD_ReportView_ID numeric(10)
Search
ColumnColumn in the tableLink to the database column of the tablead_reportview_column.AD_Column_ID numeric(10)
Table Direct
ActiveThe record is active in the systemThere are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.ad_reportview_column.IsActive character(1)
Yes-No