Hi all,
what is the function to find cuberoot in cognos report studio.
Thanks
There's no root function but finding a root is really just the number to the power of (1 / n). x(1/y). So 81/3 == 2.
Just use power([numeric field],1/3)
Thanks CognosPaul
it works fine....