cancel
Showing results for 
Search instead for 
Did you mean: 

User defined Dimension Prompt in Data Manager Package

Former Member
0 Kudos

Hi All,

I want to use User defined dimension prompt in CPMB/Allocation process chain. I was try to it many way after read several notes in SCN but it will not not shown in my package,is there any limitation for user defined  dimension prompt use in allocation package?

Thanks

Mayur

Accepted Solutions (1)

Accepted Solutions (1)

former_member225135
Active Contributor
0 Kudos

Hi,

For User Defined dimension, you have to use dimension name in Prompt.

PROMPT(SELECTINPUT,,,,"DIMENSIONNAME")

This worked fine for me:

 

Regards,

Rahul

Former Member
0 Kudos

Hi rahul/Vadim,

Sorry for late reply is there any way I can use more than one user defined dimension in DM prompt.

Regards

Mayur

former_member186338
Active Contributor
0 Kudos

Yes, you can use as many user defined dimensions as you want, just comma separate the least or dimension names...

Answers (1)

Answers (1)

Former Member
0 Kudos

In Modify package-->advanced-->prompt

for standard dimensions syntax is "%DIMENSIONNAME_DIM%"

For user defined dimensions syntax is "DIMENSIONNAME"

former_member186338
Active Contributor
0 Kudos

Hi, Ravi!

Actually the syntax is:

For  standard dimensions you can use both:

%STANDARDDIMTYPE_DIM% where STANDARDDIMTYPE is TIME, CATEGORY, ENTITY...

or

%REALDIMNAME%

for user defined only:

%REALDIMNAME%

Vadim

jrg_finster3
Active Participant
0 Kudos

Hi Vadim,

I don't understand the idea to repeat the previous answers!

Just for points???

Jörg

former_member186338
Active Contributor
0 Kudos

Because the previous answer is not 100% correct And if you read my answer you will see the difference. Looking on the posts in the forum I can see that a lot of people really thinks that %STANDARDDIMTYPE_DIM% is the only way to select standard dimensions!

Former Member
0 Kudos

Hi vadim,

Wrong syntax(%REALDIMNAME%) for 'user defined dimensions',not working.

Former Member
0 Kudos

Apart from %STANDARDDIMTYPE_DIM%,...What is alternative solution ?

former_member186338
Active Contributor
0 Kudos

Hi Ravi,

You are 100% right, my typing mistake! No %!

Just "REALDIMNAME"

Vadim

Former Member
0 Kudos

Thank you

former_member186338
Active Contributor
0 Kudos

By the way, in my projects I always prefer to use realdimnames for both standard and user defined dimensions - looks more readable

Former Member
0 Kudos

Anyway syntax is same for all !!