Report Cube (Window ID-53078)
From iDempiere en
Window: Report Cube
Description: Define reporting cube for pre-calculation of summary accounting data.
Help: Summary data will be generated for each period of the selected calendar, grouped by the selected dimensions..
Tab: Report Cube
Description:
Help:
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | PA_ReportCube.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | PA_ReportCube.AD_Org_ID numeric(10) Table Direct |
Name | Alphanumeric identifier of the entity | The 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. | PA_ReportCube.Name character varying(60) String |
Description | Optional short description of the record | A description is limited to 255 characters. | PA_ReportCube.Description character varying(255) Text |
Calendar | Accounting Calendar Name | The Calendar uniquely identifies an accounting calendar. Multiple calendars can be used. For example you may need a standard calendar that runs from Jan 1 to Dec 31 and a fiscal calendar that runs from July 1 to June 30. | PA_ReportCube.C_Calendar_ID numeric(10) Table Direct |
Active | The record is active in the system | There 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. |
PA_ReportCube.IsActive character(1) Yes-No |
Product Dimension | Include Product as a cube dimension | PA_ReportCube.IsProductDim character(1) Yes-No | |
Business Partner Dimension | Include Business Partner as a cube dimension | PA_ReportCube.IsBPartnerDim character(1) Yes-No | |
Sales Region Dimension | Include Sales Region as a cube dimension | PA_ReportCube.IsSalesRegionDim character(1) Yes-No | |
OrgTrx Dimension | Include OrgTrx as a cube dimension | PA_ReportCube.IsOrgTrxDim character(1) Yes-No | |
Activity Dimension | Include Activity as a cube dimension | PA_ReportCube.IsActivityDim character(1) Yes-No | |
Campaign Dimension | Include Campaign as a cube dimension | PA_ReportCube.IsCampaignDim character(1) Yes-No | |
Project Dimension | Include Project as a cube dimension | PA_ReportCube.IsProjectDim character(1) Yes-No | |
Project Phase Dimension | Include Project Phase as a cube dimension | PA_ReportCube.IsProjectPhaseDim character(1) Yes-No | |
Project Task Dimension | Include Project Task as a cube dimension | PA_ReportCube.IsProjectTaskDim character(1) Yes-No | |
GL Budget Dimension | Include GL Budget as a cube dimension | PA_ReportCube.IsGLBudgetDim character(1) Yes-No | |
Location From Dimension | Include Location From as a cube dimension | PA_ReportCube.IsLocFromDim character(1) Yes-No | |
Location To Dimension | Include Location To as a cube dimension | PA_ReportCube.IsLocToDim character(1) Yes-No | |
Sub Acct Dimension | Include Sub Acct as a cube dimension | PA_ReportCube.IsSubAcctDim character(1) Yes-No | |
User Element List 1 Dimension | Include User Element List 1 as a cube dimension | PA_ReportCube.IsUser1Dim character(1) Yes-No | |
User Element List 2 Dimension | Include User Element List 2 as a cube dimension | PA_ReportCube.IsUser2Dim character(1) Yes-No | |
User Column 1 Dimension | Include User Element 1 as a cube dimension | PA_ReportCube.IsUserElement1Dim character(1) Yes-No | |
User Column 2 Dimension | Include User Element 2 as a cube dimension | PA_ReportCube.IsUserElement2Dim character(1) Yes-No | |
Last Recalculated | The time last recalculated. | PA_ReportCube.LastRecalculated timestamp without time zone Date+Time |