<?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>facing this errotr in the user ineterface</title><link>https://community.appian.com/discussions/f/user-interface/24158/facing-this-errotr-in-the-user-ineterface</link><description>Interface Definition: Expression evaluation error in rule &amp;#39;kt_qry_getanalystassignmentreport&amp;#39; at function a!queryEntity: An error occurred while retrieving the data. Details: Unexpected error executing query (type: [KT_VGenerateReportAnalystAssignmentDT23979</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: facing this errotr in the user ineterface</title><link>https://community.appian.com/thread/93199?ContentTypeID=1</link><pubDate>Tue, 05 Apr 2022 03:22:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:06ac931b-df16-4f53-967f-391486d59630</guid><dc:creator>Tan18</dc:creator><description>&lt;p&gt;Tried all ways , it’s still throwing error&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: facing this errotr in the user ineterface</title><link>https://community.appian.com/thread/93165?ContentTypeID=1</link><pubDate>Sun, 03 Apr 2022 18:25:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c65297af-40b7-4fe0-900f-66231c479d31</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Just faced this error a day ago in my code.&amp;nbsp;&lt;br /&gt;Try to check the rows you&amp;#39;re trying to retrieve. There are one or multiple null values in the DB which shouldn&amp;#39;t be null.&amp;nbsp;&lt;br /&gt;Once you add some dummy values to them (to verify this is the issue), it should work fine.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: facing this errotr in the user ineterface</title><link>https://community.appian.com/thread/93155?ContentTypeID=1</link><pubDate>Sun, 03 Apr 2022 03:53:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:83b94973-bae0-450c-b03d-b6da6a545b51</guid><dc:creator>parthy0001</dc:creator><description>&lt;p&gt;1 Download ddl check all the query is &lt;/p&gt;
&lt;p&gt;working fine or not &lt;/p&gt;
&lt;p&gt;2- create new test expression rule and only pass query and paging info do not do any calculations if you get same errors then problem would be in data base side or the constant which holding the entity &lt;/p&gt;
&lt;p&gt;3 - check the datatype whether the entity is added on the Data store or not &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: facing this errotr in the user ineterface</title><link>https://community.appian.com/thread/93152?ContentTypeID=1</link><pubDate>Sat, 02 Apr 2022 02:11:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ff8395ad-c5a5-4770-a87e-6e6723fcd402</guid><dc:creator>GopalK</dc:creator><description>&lt;p&gt;Hi, There are multiple things you can do enhance your performance,&lt;/p&gt;
&lt;p&gt;1. Try to use selection in your query, query only necessary columns&lt;/p&gt;
&lt;p&gt;2.avoid using wildcase (&amp;quot;like&amp;quot;,&amp;quot;in&amp;quot;) operators in filters&lt;/p&gt;
&lt;p&gt;3.use proper batch size&lt;/p&gt;
&lt;p&gt;4.check query execution time in database and see explain plan tab for explanation to see where delay is happening&lt;/p&gt;
&lt;p&gt;One more thing, did you try to use queryrecordtype? I have seen querying record type is little faster than query entity.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: facing this errotr in the user ineterface</title><link>https://community.appian.com/thread/93151?ContentTypeID=1</link><pubDate>Sat, 02 Apr 2022 01:10:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:03969e94-03bd-4bc4-9025-5b60af8d538e</guid><dc:creator>Prin18</dc:creator><description>&lt;p&gt;Still same error is showing ?Did you check the code&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: facing this errotr in the user ineterface</title><link>https://community.appian.com/thread/93150?ContentTypeID=1</link><pubDate>Sat, 02 Apr 2022 00:51:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1ba14619-d238-41ac-ad0e-f648f1b4b4dd</guid><dc:creator>Tan18</dc:creator><description>&lt;p&gt;I have given batch size 10 for interface .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: facing this errotr in the user ineterface</title><link>https://community.appian.com/thread/93149?ContentTypeID=1</link><pubDate>Fri, 01 Apr 2022 22:17:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d2d6e38d-b57c-47c4-9acf-759e6f40eb4a</guid><dc:creator>Prin18</dc:creator><description>&lt;p&gt;use paging info.When you retrieve the query you can limit the data.&lt;/p&gt;
&lt;p&gt;paginginfo: a!pagingInfo(&lt;br /&gt; startIndex: 1,&lt;br /&gt; batchsize:100&lt;br /&gt; )&lt;/p&gt;
&lt;p&gt;If you are providing batch size is -1 means it will retrieve all the data from the table.Use Filter option to filter the data as per your requirement.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: facing this errotr in the user ineterface</title><link>https://community.appian.com/thread/93148?ContentTypeID=1</link><pubDate>Fri, 01 Apr 2022 22:10:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f3978b37-872a-4f0e-ac19-c4018c35b077</guid><dc:creator>Tan18</dc:creator><description>&lt;p&gt;Yes, it’s pulling large data. Any suggestion to resolve this issue&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: facing this errotr in the user ineterface</title><link>https://community.appian.com/thread/93147?ContentTypeID=1</link><pubDate>Fri, 01 Apr 2022 22:02:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fe06b217-b3c2-4d53-8778-842d14a67202</guid><dc:creator>Prin18</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There are a few possible causes for this issue:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;There is a lock on the database.&lt;/li&gt;
&lt;li&gt;There is too much data being pulled back.&lt;/li&gt;
&lt;li&gt;The query timed out.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>