cancel
Showing results for 
Search instead for 
Did you mean: 

data manager prompts

Former Member
0 Kudos

Hi,

For some dimensions in the prompt, we want to show hierarchical display and for some dimension, we don't want to show hierarchical display.

for ex: Time, we dont want to display hierarchy and for  category and scope, hierarchy should be displayed while selecting the members in the prompt.

The following prompt works ok but it shows in two different windows. First wiondw, i will be asked to select the members of category and scope and then in the next window, i will be asked to select the time member.

PROMPT(SELECT,,,,"%CATEGORY_DIM%,%GROUP_DIM%,")

PROMPT(SELECTINPUT,,,,",%TIME_DIM%")

Is there way to get these 3 dimensions in the same window (first two with hierarchical display and last one with all members)?

Best Regards,

Madhav

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Kudos

"Is there way to get these 3 dimensions in the same window" - No!

Vadim

P.S. And using SELECT you allow user to select nodes... in some cases it can be an issue...

Former Member
0 Kudos

thanks.

Answers (0)