How to Display records based on the dropdown values in a field group list?

I’m New to Pega. In a healthcare scenario I have records for age group and tests. I created a field group list to display those records based on the age group and test selected which are included in this field group only. I have configured the data page. But the records are not showing up when I select age and test. So Can anyone up with a suggestion help me how to display records based on the dropdown?

Kindly take a look of the screenshot attached hereby.

Thanks in advance,

Neeharika.

@MadduriV

There are multiple ways in which we can configure the asked functionality. One among them is

Configure Property AgeGroup with control as DropDown with source from a report definition - AgeGroups which will pull all the age group entries.

Configure property Test with control as DropDown with source from a report definition - AgeGroupTests which will pull only the tests associated to AgeGroup passed as param value (Use as filter condition)

In both of the report definitions select checkbox “Remove Duplicate Rows”

Hope this is clear.

@SanthoshRanga Thanks for your help. It worked!