There are several ways to create blocks,
- Input data directly in web forms or Excel Smart View
- Data Load from ETL tools or EAS rules file
- Rollup in sparse dimension - CALC DIM, AGG, @IDESCNEDANTS...
- SET CREATENONMISSINGBLK ON;
- DATACOPY - The performance is much better than CREATENONMISSINGBLK command
- @CREATEBLOCK - this function is available from version 11.1.2.3
Here is an example for the function @CREATEBLOCK. Note that at the left hand side of the equal sign, it should be a sparse dimension member.
FIX (@Relative("AllChannel", 0))
FIX (@Relative("AllProduct", 0))
FIX ({Entity})
FIX ({Years})
FIX ({Scenario})
"HSP_InputValue" = @CREATEBLOCK ({Version});
ENDFIX
ENDFIX
ENDFIX
ENDFIX
ENDFIX
No comments:
Post a Comment