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

JExport - operator expected after

edited Aug 2, 2018 2:36AM in Essbase 4 comments

Summary

JExport - operator expected after [@JExportTo]

Content

Hi,

I just installed the JEXportTo CDF at my client. I tested it by using the example for Sample:Basic, and it validates fine, so I know the installation was successful.

Sample:Basic

SET UPDATECALC OFF;

FIX ("Actual")

  Sales (

    IF ("variance" < 0)

      @JExportTo("file","c:/flat.txt",",","",

         @LIST(

           @NAME(@CURRMBR(Market)),

           @NAME(@CURRMBR(Product)),

           @NAME(@CURRMBR(measures)),

           @NAME(@CURRMBR(year))),

         @LIST(actual,budget,Variance)

    );

    ENDIF;

  )

ENDFIX

However, when I try to use the function in my client's application, I keep getting the 'Operator expected after [@JEXrtTo]' error. I've literally copied and pasted the sample script from Sample:Basic into my customer's application and replaced the dimension/member names with ones from the application, and it still doesn't work (same error).

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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