The CreatorCon Call for Content is officially open! Get started here.

List collector is not showing all values in the available box

reddy8055
Tera Contributor

Hi,

We have list collector variable pointing to custom table which will pull all values (a to z) based on the reference qualifier. Available box is showing till G letter if we scroll to complete bottom of the box and it will show z letter only if search in the box. We are looking to show all the values from A to Z instead of searching for specific values in the list collector search. How can we achieve this?

 

Thanks,

1 ACCEPTED SOLUTION

In the absence of the property, a default value (100?) is being used.  Create the property, and set the value to however many records comprise A to Z in this case, plus some for growth maybe.

BradBowman_0-1674072038315.png

 

View solution in original post

3 REPLIES 3

Brad Bowman
Kilo Patron
Kilo Patron

If you change the value of the system property named glide.xmlhttp.excessive more rows will be loaded into the Available box.  This applies to every list collector / slushbucket system-wide, so could have a negative performance impact if set to too large of a value.

We do not have that property (glide.xmlhttp.excessive) in the instance. 

In the absence of the property, a default value (100?) is being used.  Create the property, and set the value to however many records comprise A to Z in this case, plus some for growth maybe.

BradBowman_0-1674072038315.png