Here again.

We are now into fine-tuning our Excel reports. These Excels are DBRW-driven. We use TM1 10.2.
I never knew that using the VIEW function in Perspectives would give the results faster during data calculation compared when there's none. If it has none, it says in this link -- http://www-01.ibm.com/support/docview.w ... wg21454290 -- that DBRW may be behaving more like DBRs (each traveling in separate packets).

http://pic.dhe.ibm.com/infocenter/ctm1/ ... _view.html
The link above says that the VIEW function creates an optimized view specified by its arguments.
E.g. =VIEW("INSTANCE:CUBE";$B$2;$B$3;$B$4;$B$5;$B$6;$B$7;$B$8;"!";"!")
The two "!" argument values indicate that the elements in these two dimensions are free-styled (can be more than one elements and can be from any cells in the spreadsheet file).
In our case, for example, we use two different cells in replacement for cell $B$2 (from the sample VIEW above) and either of these two cells are actually being looked-up based on conditions. So only one is used at a time.
Then I think if I will use these two cells in the VIEW function, the $B$2 will be replaced by "!".
=VIEW("INSTANCE:CUBE";"!";$B$3;$B$4;$B$5;$B$6;$B$7;$B$8;"!";"!")
My question is, does VIEW function really return results faster as long as it is used (whether or not all arguments are set to "!") ?
I hope I made sense.

Sorry. Haven't been able to contribute much on others' questions.
Art