I have Scenario like
Need to fetch only 10 records and how do we get particular date of birth records from the results.
I have Scenario like
Need to fetch only 10 records and how do we get particular date of birth records from the results.
Depends on your requirement we can follow below approaches -
you can mention 10 in max rows to retrieve in data access tab In reports.
you can fetch report data in activity/DT and filter it.
Regards,
Sindhu.
Hi @SudhaV17184692,
Create a Report Definition ,In the Query tab, set the Maximum Number Of Rows To Retrieve to 10., Add a filter condition in the Query tab to filter records by DOB and pass the required DOB as the Parameter, You can use RD directly or you can use Data Page with giving the RD which you have created as a Data Source.
Regards,
Prasad