Hi All
Please let me know anyway I can get around in writing this type of query in analysis manager mdx expression it is taking longtime to load and edit.
Filter ({GENERATE({[x_DIM].[All x_DIM].CHILDREN},{TopCount({[AC_DIM].[empno].members}*
{[x_DIM].[All x_DIM].CHILDREN}, 25, ([Measures].[...
DECLARE
v_counter NUMBER := 1;
BEGIN
FOR i IN (SELECT DISTINCT empno
FROM emp)
LOOP
FOR i IN (SELECT DISTINCT deptno
FROM emp >
WHERE empno = i.empno)
LOOP
FOR k IN (SELECT amt
FROM emp...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.