Performance with VIEW in Worksheet
Posted: Thu Oct 09, 2014 12:10 pm
Hello,
working with TM1 9.5.2 and Excel 2010 I have a Cube with 4 Dimensions:
- Year (22 Elements)
- Deliverer (305 Elements)
- Article (1231 Elements)
- Measure (22 Elements)
The first 3 Dimensions has a General Consolidation like "All Elements".
One Measure contains a 1 or 0 for Zerosuppression because the customer don't want to see the sum of every Articles in the Consolidation of the Deliverer. Now I have a Worksheet with this Activeform Reference:
With the Year pointing to a selected Year and the Measure pointing to the ZeroSupression-Column. Than I have the following 2 Dimensions to open the Active Form:
And this VIEW for the Measures:
$D$11 pointing to the seletcetd Year and $D$12 to the Cubename.
I started to develop the Sheet with the generate Active-Form from a Cubeview and only the Zero-Supression-Column. That works like a charme But as soon as I insert the VIEW and Display one Column over it the Performance grows from a couple of Seconds to several minutes.
Where can I start to look at?
working with TM1 9.5.2 and Excel 2010 I have a Cube with 4 Dimensions:
- Year (22 Elements)
- Deliverer (305 Elements)
- Article (1231 Elements)
- Measure (22 Elements)
The first 3 Dimensions has a General Consolidation like "All Elements".
One Measure contains a 1 or 0 for Zerosuppression because the customer don't want to see the sum of every Articles in the Consolidation of the Deliverer. Now I have a Worksheet with this Activeform Reference:
Code: Select all
=TM1RPTVIEW("Cube:3"; 1; TM1RPTTITLE("Year";$D$11); TM1RPTTITLE("Measure";$E$17);TM1RPTFMTRNG;TM1RPTFMTIDCOL)
Code: Select all
=TM1RPTROW($C$9;"Deliverer";"Standard")
=TM1RPTROW($C$9;"Article";"Standard")
Code: Select all
=VIEW($D$12;$D$11;"!";"!";"!")
I started to develop the Sheet with the generate Active-Form from a Cubeview and only the Zero-Supression-Column. That works like a charme But as soon as I insert the VIEW and Display one Column over it the Performance grows from a couple of Seconds to several minutes.
Where can I start to look at?