Support Article
Autocomplete not displaying all results from report definition
SA-16931
Summary
When sourcing an autocomplete control from a report definition, some elements of the report definition are not shown in the autocomplete.
Error Messages
Not Applicable
Steps to Reproduce
1. Create a report definition with a column: .pyClassName
2. Create an autocomplete control sourced from the report definition
3. Attempt to locate class 'PegaSample' in the results
Root Cause
The report which is the source of the autocomplete is paginated. When called, the autocomplete control will only access the first page of the report.
Resolution
To force all items to load, edit the report definition's Data Access page and change the 'Maximum number of rows to retrieve' setting to a higher value which will encapsulate all results, such as 10,000. Once this report is saved, linked controls will function as expected.
Published January 31, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.