Strange Behaviour on Business Rule
Summary
Question on block creationContent
Hi everyone,
I noticed a strange behaviour while writing a business rule that made me question my knowledge on the concept of sparse and dense dimensions.
I always wrote business rules involving a calculation as the following example in order to be able to actually open blocks and write data :
set aggmissg on; set updatecalc off;
FIX(..)
"Sparse dimension member" = calculations involving dense and/or sparse dimensions;
endfix;
FiX(..) CALC DIM (..) ENDFIX;
I usually don't have any block creation problem but today, while writing a BR, I found out that my calculation wasn't opening blocks as I thought it should.
Tagged:
1