You must specify measures and attributes to analyze the desired sales information. To do this, you need to set properties on each view and table in the SalesAnalysis perspective.
The following properties are used to define how the data in the cube is presented.
• AnalysisDimensionType - determines the type of join to use when tables are related, or specifies that the table is a transaction table.
• AnalysisDimensionLabel - description for the view.
• AnalysisUsage - determines whether a field is used as an attribute or a measure.
• AnalysisDefaultTotal - determines how the values are aggregated.
• ExchangeRateDateField - selects the date field to use to determine the exchange rate. Because the cube can display multiple currencies,the exchange rate is used as of a specific date.Follow these steps to set properties on the CustTransTotalSales view:
1. In the SalesAnalysis perspective, select the CustTransTotalSales view.
2. In the Properties sheet, set the following values:
o AnalysisDimensionType: Transaction
o AnalysisDimensionLabel: Sales type
3. For the following fields in the view, set the AnalysisUsage to Attribute:
o TransType
o TransDate
4. For the AmountMST field, set the following parameters:
o AnalysisUsage: Measure
o AnalysisDefaultTotal: Sum
o ExchangeRateDateField: TransDate. This setting specifies that the currency exchange will be calculated using the rate on the transaction date.
Follow these steps to set properties on the CustTableCube view:
1. In the SalesAnalysis perspective, select the CustTableCube view.
2. In the Properties sheet, set the following values:
o AnalysisDimensionType: Auto. This uses the setting from the parent table
o AnalysisDimensionLabel: Customer information
o AnalysisMeasureGroupLabel: Customer details
3. For the following fields in the view, set the AnalysisUsage to Attribute:
o Blocked
o GroupName
o City
o County
o Name
o State
4. For the AccountNum field, set the following parameters:
o AnalysisUsage: Measure
o AnalysisDefaultTotal: Count
Follow these steps to set properties on the CustPaymModeTable table:
1. In the SalesAnalysis perspective, select the CustPaymModeTable table.
2. In the Properties sheet, set the following values:
o AnalysisDimensionType: Auto
3. For the following fields in the table, set the AnalysisUsage to Attribute:
Tuesday, July 17, 2018
Specify Measures and Attributes
Labels:
AOT,
SQL SERVER,
X++
+10 years of experience with hands-on lead-level background in the full life cycle of software development with demonstrated cross-functional team leadership skills.
Programming:
• ERP :Microsoft Dynamics AX 2012
• Language :X++, C#, C++, XAML, Asp.Net, Html, VB.Net, Android
• Environment : Windows XP, Windows 8, Windows 10, Windows Server
• DataBase : Oracle 9i,10g,11g and SqlServer and SQLlite
Subscribe to:
Post Comments (Atom)
Configure the Firewall on the Enterprise Portal Server
After you install Enterprise Portal, enable Web Server (HTTP) in Windows Firewall. If you do not enable the web server in Windows Firewall...
-
To integrate Microsoft Dynamics AX and Analysis Services, you must connect Analysis Services to the Application Object Server (AOS). To do s...
-
The below select query will give the both the Sales Line record count and the sum of sales quantity. static void Test_Data(Args _args) ...
-
In Reporting Services, reports and resources are processed under the security identity of the user who is running the report. If the report ...
No comments:
Post a Comment