Question
2
Replies
1198
Views
Virtusa
Posted: February 26, 2017
Last activity: February 27, 2017
Closed
Solved
Cascading drop down
I want to use two report definitions to load data for cascading drop down list where when vehicle type is selected such as Car,Van , names of some brands related to vehicle type is displayed.I used source for two drop downs lists as a data page called D_Vehiclelist. I want to know how can I use report definitions to query vehicle brands according to vehicle type with the data page D_Vehiclelist?
***Updated by moderator: Lochan to update Categories***
HI,
You need to send the value of vehicle name as a parameter to the other datapage(vehicle brand) to populate the correct result from report definition.
I found some links which are similar to your requirement. Please check whether these are helpful?
https://pdn.pega.com/community/product-support/question/i-want-pega-7-how-implement-first-drop-down-i-give-countries
https://pdn.pega.com/use-parameters-when-referencing-data-page-get-right-data
Thanks,