You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

MDX to table through ODI

Received Response
9
Views
4
Comments
edited Aug 2, 2018 2:36AM in Essbase 4 comments

Summary

MDX to table through ODI

Content

Hi,

I am trying to export data to table through MDX via ODI

When I run the script in MDX editor , I get the output. But, when I call MDX in ODI, I get below error.

'Cannot perform cube view operation. Essbase Error(1260052): Syntax error in input MDX query on line 1 at token ';''

I have modified script, but it works in editor, not in ODI.

SELECT
{[3]} ON AXIS(0),
{[2014]} ON AXIS(1),
{[Account].[AC_1010101]} ON AXIS(2),
{[Functions].[FN_0024]} ON AXIS(3)
FROM APP.DB;

SELECT
{[3]} ON AXIS(0),
{[2014]} ON AXIS(1),
{AC_8010101000} ON AXIS(2),
{FN_0024} ON AXIS(3)

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!