cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

DM Prompt - Filter members in SelectInput

Former Member
0 Likes
378

Hello,

In a Data Manager package, we need to have a prompt for the Category dimension, but we would like to filter the members available for selection based on a property. Is this possible?

Right now, what we have is this:

PROMPT(SELECTINPUT,%SELECTION%,,"Choose Scenario","CATEGORY")

Is there any way of filtering the members in this selection?

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Likes

Hi Lara,

It's not possible to filter by property in the PROMPT. The only thing that can be done is to use PROMPT(COMBOBOX...) with a fixed list of members.

Read:

Vadim

Former Member
0 Likes

Thanks Vadim!

Answers (0)