~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to source/bi/CubeDesigner/DefiningMeas.rst

  • Committer: TruongSinh Tran
  • Date: 2009-07-19 19:02:35 UTC
  • Revision ID: truongsinh@vipescoserver-20090719190235-fu3bxcrbpvwuk5h7
[FIX] build_i18n.py .. raw:: html

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Defining Measure
 
2
================
 
3
 
 
4
:ref:`Measure <measure-link>` are the fact or quantitative values. It comes from the fact table configured in the cube.
 
5
 
 
6
We will make the measure for the same example. Measure type specifies whether it will be column base or sql expression based.
 
7
 
 
8
Column Based: 
 
9
 
 
10
.. image::  images/measure1.png
 
11
   :scale: 65
 
12
 
 
13
SQL Expression Based: 
 
14
 
 
15
.. image::  images/measure2.png
 
16
   :scale: 65
 
17
 
 
18
In the column based measure we will see select the fact table column from the columns of the fact table define in the cube i.e. sale_order and sale_order_line.
 
19
 
 
20
.. image::  images/measure3.png
 
21
   :scale: 65
 
22
 
 
23
 
 
24
So finally measure will lool like:
 
25
 
 
26
.. image::  images/measure4.png
 
27
   :scale: 65
 
28
 
 
29
 
 
30
 
 
31