<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Custom picker</title><link>https://community.appian.com/discussions/f/general/30958/custom-picker</link><description>Hi Team, 
 
 I need to populate the data in custom picker. But the data count is huge like 100000 rows available in the database. I have no other filter criteria to reduce the count. My question is is it possible to populate the values after entering</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Custom picker</title><link>https://community.appian.com/thread/123444?ContentTypeID=1</link><pubDate>Wed, 27 Dec 2023 11:51:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2943ce6c-d061-4c6f-94e5-3b4616138868</guid><dc:creator>marcop8892</dc:creator><description>&lt;div id="elPostFeed" data-role="commentFeed" data-controller="core.front.core.moderation"&gt;
&lt;div class="ipsColumn ipsColumn_fluid ipsMargin:none"&gt;
&lt;div id="comment-274625_wrap" class="ipsComment_content ipsType_medium" data-controller="core.front.core.comment" data-commentapp="forums" data-commenttype="forums" data-commentid="274625"&gt;
&lt;div class="cPost_contentWrap"&gt;
&lt;div class="ipsType_normal ipsType_richText ipsPadding_bottom ipsContained" data-role="commentContent" data-controller="core.front.core.lightboxedImages"&gt;
&lt;p&gt;As per my understanding,&lt;/p&gt;
&lt;p&gt;After entering the first three characters, you can use an auto-complete or suggestion option to populate values. As the user types, dynamically filter and show matching values using JavaScript or a comparable scripting language.&lt;/p&gt;
&lt;p&gt;I hope this is helpful for you.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom picker</title><link>https://community.appian.com/thread/123334?ContentTypeID=1</link><pubDate>Wed, 20 Dec 2023 10:27:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e4e68652-d44f-4f26-8735-b855c4d61566</guid><dc:creator>Amaan Shekh</dc:creator><description>&lt;p&gt;for reference&amp;nbsp;&lt;a href="/members/reenab9586"&gt;Reena Balasubramanian&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;if(
  len(
    /*Text we are putting in*/
    ri!filter
  ) &amp;gt;= a!defaultValue(
    /*Minimum character on which we want our search work on*/
    ri!minChar,
    3
  ),
  /*query*/,
  todatasubset({})
)&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/pastedimage1703068029244v1.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom picker</title><link>https://community.appian.com/thread/123305?ContentTypeID=1</link><pubDate>Tue, 19 Dec 2023 16:34:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3b7be377-cea7-4d9d-bbef-09582a4d5997</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;I assume the suggest function could even (with some extra coding hyjinks) be forced to return an empty set until it recognizes that the user input has reached at least 3 characters in length.&amp;nbsp; I haven&amp;#39;t tried it myself but i assume nothing is preventing this sort of override from working.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom picker</title><link>https://community.appian.com/thread/123283?ContentTypeID=1</link><pubDate>Tue, 19 Dec 2023 14:26:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e6b3aedd-6e98-4bc4-b503-7df57a0212f9</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Sure. Just query the data inside the suggest function, instead of trying to load everything and pass it along.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>