A dimension can be an object such as Service, Price, or Customer .Dimension objects retrieve the data that will provide the basis for analysis in a report. Dimension objects typically retrieve character-type data (customer names, resort names, etc.), or.
Whats the difference between a measure and dimension? Measures are numerical values that mathematical functions work on. For example, a sales revenue column is a measure because you can find out a total or average the data. Dimensions are qualitative and do not total a sum. For example, sales region, employee, location, or date are dimensions.
SAP BusinessObjects Web Intelligence enables you to group values within a dimension , for example to group months into quarters.In this tutorial, you will gro…
Business Objects : Dimension versus Detail Objects A detail object is something that tells you more about a dimension . A detail to be an attribute of a dimension , and you make a detail object when there is a one to one relationship with a dimension .
A cool new feature that is offered by Analysis for Office versions 2.4 and above is the Combine functionality. You use several data sources in a workbook and any action performed on a dimension affects the same dimension in other data sources in the same way.
Enter the variable name, qualification as Detail and it will add a new field Associate Dimension. In Associate dimension, select the unique object from the same query. In the Formula tab, select the object from the list of available objects for which.
=sum([Var_a] for each(Dimensiondimension)) In (Demension) where var_a is the measure, foreach defines a background to base in and in defines the level at.
Have a look at this site by Gino Scheppers. Gino created a generic time dimension framework that can be implemented in a BusinessObjects universe, aptly named the Ultimate Generic Date/Time Framework.. If you’re using a recent version of BusinessObjects and Web Intelligence as a frontend, the TimeDim() function may also be of use to you. From the user guide:, Concept: Linking of two queries to combine their data. Requirement: The dimension on which we are merging the data should be of same data type in the queries. Note: We can only merge a dimension to a dimension . Merging cant happen between Variables or Measures. Just Dimensions ! Reference: You can have a clear picture of merge dimension on this blog also- Merge Dimensions