Discussion
Atos
SN
Last activity: 24 Sep 2015 11:41 EDT
how to configure a dynamic dropdown
hello ! can somedody help me please! i need to configure a dynamic dropdown. I explain the contenu of the dropdow list may change based on a another property value. i have two groups of product: import and export, and the value of the dropdown(type of product) may change based on the last choice(the groups of product)
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
GB
Hello,
Thank you for your query. It has been passed to the appropriate members of our support team. Someone will contact you.
Regards,
Andrew Fontenelle
PDN Support Team
Atos
SN
thanks Andrew.i'm waiting for
-
Ushasree Pottluri
Pegasystems Inc.
IN
Hi,
pxDropdown control, that is sourced from Report Definition, Data Page or Clipboard Page provides the ability for Dynamic dropdown.
For Example, If you use Data pages, lets say my 1st drop down is "CountryNames" here I will give my data source as data pages/report definition. Coming to 2nd dropdown here I will have a datapage/RD with param coming from first data page.
More information on pxDropdown can be found at(see the Type under List section in the link) :
https://community.pega.com/sites/default/files/help_v71/procomhelpmain.htm
Thanks
Virtusa Corp.
US
Earlier versions of Pega were using dynamic select and cascading dynamic select, but the concept is similar.
you have to select drop down control in the cell and presentation tab select auto as edit options.
In general tab provide the list source either from Data page,clipboard page and report definition.
Individual
IN
See this Example: https://pdn.pega.com/user-interface/how-to-configure-cascading-dynamic-select-controls
VIRTUSA
IN
Hi All,
I need to use the single data page for three dropdown properties with diffenet values. Those need to come from the data page fetched results with filter condition.
Data page with Report Definition, these two are from data table: For example please find the below table.
property1: In the property1 dropdown i want to see values which are equals to Identifier "A". Means values (AB, BC, CD)
property2: In the property2 dropdown i want to see values which are equals to Identifier "B". Means values (PQ, RS, ST)
property3: here (XY, YZ)
Like this i want implement those three properties. I'm tried with parameter Identifier in the data page, but i'm not find the sorted list based on the parameter value.
In each property i'm passing identifier as A, B, C.
Hi All,
I need to use the single data page for three dropdown properties with diffenet values. Those need to come from the data page fetched results with filter condition.
Data page with Report Definition, these two are from data table: For example please find the below table.
property1: In the property1 dropdown i want to see values which are equals to Identifier "A". Means values (AB, BC, CD)
property2: In the property2 dropdown i want to see values which are equals to Identifier "B". Means values (PQ, RS, ST)
property3: here (XY, YZ)
Like this i want implement those three properties. I'm tried with parameter Identifier in the data page, but i'm not find the sorted list based on the parameter value.
In each property i'm passing identifier as A, B, C.
Please reply me with solution...
Thanks in advaned...
CIBC
CA
As https://pdn.pega.com/user-interface/how-to-configure-cascading-dynamic-select-controls. It solves your problem. In the example they have 2 drop downs u can repeat the same for 3.
Individual
IN
You can use Report Definition as source in the Dropdown Objects