CAM version would be great.

BR
CFM04
Nice article right now I also have my processes to write/create temporary dimensions to store array vaiables.Harvey wrote: Check out this article on my blog that talks about such issues, perhaps it'll give you some ideas how to achieve what you need.
Well I have the dimension }Processes but this is for an automatic report distribution based on processes and input parameters.Wim Gielis wrote:Honestly, I do not understand the way you are working. Do you have the dimension }Processes in the cube?
Code: Select all
ixDim=1;
While ( ixDim<=100);
Expand ('%sElName' | numbertostring(ixDim) | '%') = numbertostring(ixDim);
ixDim=ixDim+1;
End;