Good morning,
I am trying to enhance the performance of a report i am creating.
my report is quite basic: i have a flat file representing the projects of different offices and showing the budget planned per project.
i have three columns: the first one is a palo subset, showing a predefined set of projects.
the second one is the colomn representing the office where the project belongs.
i would like to have a DATAV formula in the third column, retrieving the values on each project and bureau.
a palo.data would be palo.data(server;cube;A1;B1) right?
this works fine but when i try to replace the 500 DATA formulas in the column C by one DATAV, I select the whole column, enter the formula palo.datav(server;cube;A1:A500;B1:B500) and press ctrl shift enter.
Then palo gives me the values of the project in A1, A2, A3 etc so it's perfect
BUT, the formula always gives me the result of the office shown in B1...
Does that mean that the DATAV formula does not work with two rows as argument? because in other places of the rerport i use only one column as argument and it works fine...
thanks a lot for your help !