First page Back Continue Last page Overview Graphics
Header and Trailer
Top of section defines some dimensions
Each row defines fact and additional dimensions
for r in rows:
- if header_pattern(r):
- d1= dim1.conform( some values )
- elif body_pattern(r):
- d2= dim2.conform( some values)
- f= Fact( measure, d1, d2 )
- else: