you can use R functions in icCube as demoed on https://www.iccube.com/support/documentation/mdx_integration/r_integration.php
I need to invoke a more complex custom R script that does a calculation on a matrix that I want to provide. The result should be a vector.
Example: - Matrix: projects with measures: total weeks, hours/week - Vector: (in same order as projects): start week
Is that possible, and how is the syntax to do this from MDX?