cancel
Showing results for 
Search instead for 
Did you mean: 

MEASURELIST - Promp data manager package

Former Member
0 Kudos

Hi folks

I´ve created a new package to export transactional data to flat file, I´m using MEASURELIST as a promp but it doesnt show any member, have you faced similar issue?

we are running in BPC 10 SP10 and EPM Add in 10 SP14 .NET 3.5.

thanks in advance any inputs will be appreciated.

Cheers!

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Kudos

Hi Lucio,

Please provide the advanced DM script and the screenshot of users prompt.

B.R. Vadim

Former Member
0 Kudos

Hi Vladim

I'm using standar package  /CPMB/EXPORT_TD_TO_FILE

PROMPT

(SELECTINPUT,,,,"%DIMS%")

PROMPT

(MEASURELIST,%MEASURES%,"Please select measures")

PROMPT

(TRANSFORMATION,%TRANSFORMATION%,"Transformation file:",,,Import.xls)

PROMPT

(OUTFILE,,"Please enter an output file",Data files (*.txt)|*.txt|All files(*.*)|*.*)

PROMPT

(RADIOBUTTON,%ADDITIONINFO%,"Add other information(Environment,Model,User,Time)?",1,{"Yes","No"},{"1","0"})

INFO

(%DIMVALUE%,E=24)

INFO

(%TEMPNO1%,%INCREASENO%)

INFO

(%TEMPNO2%,%INCREASENO%)

TASK

(/CPMB/APPL_TD_SOURCE,SELECTION,%SELECTION%)

TASK

(/CPMB/APPL_TD_SOURCE,DIMENSIONVALUE,%DIMVALUE%)

TASK

(/CPMB/APPL_TD_SOURCE,MEASURES,%MEASURES%)

TASK

(/CPMB/APPL_TD_SOURCE,OUTPUTNO,%TEMPNO1%)

TASK

(/CPMB/EXPORT_TD_CONVERT,INPUTNO,%TEMPNO1%)

TASK

(/CPMB/EXPORT_TD_CONVERT,TRANSFORMATIONFILEPATH,%TRANSFORMATION%)

TASK

(/CPMB/EXPORT_TD_CONVERT,SUSER,%USER%)

TASK

(/CPMB/EXPORT_TD_CONVERT,SAPPSET,%APPSET%)

TASK

(/CPMB/EXPORT_TD_CONVERT,SAPP,%APP%)

TASK

(/CPMB/EXPORT_TD_CONVERT,OUTPUTNO,%TEMPNO2%)

TASK

(/CPMB/TD_FILE_TARGET,INPUTNO,%TEMPNO2%)

TASK

(/CPMB/TD_FILE_TARGET,FULLFILENAME,%FILE%))

TASK

(/CPMB/TD_FILE_TARGET,ADDITIONALINFO,%ADDITIONINFO%))

former_member186338
Active Contributor
0 Kudos

Hi Lucio,

Ups, if you are using the standard export package then there is something wrong with your system... Is it happens for all models and environments?

B.R. Vadim

Former Member
0 Kudos

Thanks for your answer Vadim

I've used enviroment shell even starter kit IFRS and don´t work either, I think shall we post a oss message.

Cheers!

former_member186338
Active Contributor
0 Kudos

Have you tested the same from different client PC? May be EPM Add-On is somehow corrupted...

Vadim

Former Member
0 Kudos

Hi Vadim

Yes i´ve tested in other PC and i get the same result, but now I´ve re installed EPM Add in in my PC and it works fine, you are right it was something corrupted in EPM Add on, i will try to do the same in other PC´s and I´ll let you know.

I Appreciate your help