When I do search on the report, it only return the matching record within the current page but not all the pages
report filter do not show all records in all pages
(4 posts) (2 voices)-
-
Yes,
the filter filters the currenrt page when applied to the pager.--
myDBR Team -
Can it search over all the pages?
-
if you have a lot of data, an alternative is to use
dbr.searchable
as the pager is client side paging whereas thedbr.searchable
uses Ajax to fetch just the matched rows.--
myDB Team
Reply
You must log in to post.