Clarification Regarding Keyed Page Access
Hi All,
I have a question regarding Keyed Access Pattern. Suppose I am using a Country -- State cascading dropdown using a Single Data Page with Keyed Access.
Now , to implement the Keyed Access page, I am currently having to have a pxResults structure like this :
D_XList
--pxResults (1) {Country: INDIA, State: Uttar Pradesh}
--pxResults (2) {Country: INDIA, State: Bihar}
--pxResults (3) {Country: UNITED STATES, State: North Carolina}
Now the 2nd dropdown works fine here : the problem is with the 1st dropdown of Country which is showing the same value INDIA twice. Is there another approach to tackling such a use case ?
I have gone through the LSA course : it gives an example where the 2nd Dropdown will only have one value, which I understand. My specific question is this: can keyed access be used to load two cascading drop downs, BOTH having multiple values ?