<?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>Where is Query Rules?</title><link>https://community.appian.com/discussions/f/general/14862/where-is-query-rules</link><description>https://academy.appian.com/learn/course/975/play/36425/create-a-query-rule 
 
 I watched this video but I can&amp;#39;t find the &amp;quot;Query Rules&amp;quot; option under &amp;quot;New.&amp;quot; What am I missing? Thanks</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Where is Query Rules?</title><link>https://community.appian.com/thread/68575?ContentTypeID=1</link><pubDate>Tue, 06 Aug 2019 13:25:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b19fdcd6-4659-4ba7-a0f1-e3d4de424162</guid><dc:creator>Sunil Mohan</dc:creator><description>&lt;p&gt;Thank you Peter for your response. Am really happy to see a reply from you, your Video Tutorials in Academy really helped me a lot&amp;nbsp;to become an Appian Designer.&lt;/p&gt;
&lt;p&gt;Have a nice day !&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Where is Query Rules?</title><link>https://community.appian.com/thread/68573?ContentTypeID=1</link><pubDate>Tue, 06 Aug 2019 13:02:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e555e4b6-2240-4b86-aa97-4c72f41a6a44</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;There isn&amp;#39;t a way to bulk change existing query rules to a!queryEntity() because they are set up differently: Query Rules are Design objects, while a!queryEntity() is used in an expression.&lt;/p&gt;
&lt;p&gt;That being said, your query rules will continue to work even if the query rule designer has been deprecated. If I were you, I probably would not worry about updating all 100+ rules. You could probably just update them as needed whenever you edit an object that uses them.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Where is Query Rules?</title><link>https://community.appian.com/thread/68566?ContentTypeID=1</link><pubDate>Tue, 06 Aug 2019 06:36:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:632e9629-185f-413c-831a-1e9bcaad8f21</guid><dc:creator>Sunil Mohan</dc:creator><description>&lt;p&gt;Let&amp;#39;s say a system got 100 + query rules created and been used in various design objects like (Process model - Script Tasks/IO Nodes, Expression Rules, Interfaces).Creating Query Entity and replacing them in such huge scenario is a hectic manual job. Is there any easy way (or) tool provided by Appian in such case ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Where is Query Rules?</title><link>https://community.appian.com/thread/67162?ContentTypeID=1</link><pubDate>Sat, 08 Jun 2019 21:46:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a5dc16b9-1e44-45a4-a968-2b1e7d04e673</guid><dc:creator>robertd0002</dc:creator><description>&lt;p&gt;That is it! You are the man! Thanks for getting back to me. It is funny how little things like this can trip you up when you are learning the platform. I need to take some more courses on SAIL. Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Where is Query Rules?</title><link>https://community.appian.com/thread/67160?ContentTypeID=1</link><pubDate>Sat, 08 Jun 2019 14:42:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ea154730-b6d9-4a32-a1fa-b5a055ac2994</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Does the query expression rule return the &amp;quot;.data&amp;quot; property of the query result, or the whole datasubset? &amp;nbsp;If not, try adding &amp;quot;.data&amp;quot; after your test input query as that&amp;#39;s the most likely reason I can think of for your issue pictured.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Where is Query Rules?</title><link>https://community.appian.com/thread/67159?ContentTypeID=1</link><pubDate>Sat, 08 Jun 2019 14:38:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9153808b-3a08-4b70-b4d6-764442fc4787</guid><dc:creator>robertd0002</dc:creator><description>&lt;p&gt;I have a related question - are you able to answer this?&lt;/p&gt;
&lt;p&gt;I am not able to invoke the Expression Rule / Query Rule for my summary view.&lt;/p&gt;
&lt;p&gt;1. I created the Expression Rule using the query editor and tested it (called TA_GetAircraftById)&lt;/p&gt;
&lt;p&gt;=&amp;gt; tests fine using id &amp;quot;1&amp;quot;&lt;/p&gt;
&lt;p&gt;2. I created the TA_AircraftSummaryView&lt;/p&gt;
&lt;p&gt;3. I test the AircraftSummaryView and try to use the expression &amp;quot;rule!TA_GetAircraftById(1)&amp;quot; for the test data (SEE NULL RESULTS)&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/pastedimage1560004668086v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Any ideas??&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve tried looking at the summary view for the record and it doesn&amp;#39;t work either.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Where is Query Rules?</title><link>https://community.appian.com/thread/66519?ContentTypeID=1</link><pubDate>Sat, 11 May 2019 07:05:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5c4eb132-617f-4b46-8b78-d77b78896661</guid><dc:creator>baji mekala</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div class="page_layout"&gt;
&lt;div class="page_about"&gt;
&lt;div class="page_about_content"&gt;
&lt;div class="about_section" id="above-toc"&gt;
&lt;ul class="tocify-header nav nav-list" id="tocify-header7"&gt;
&lt;li&gt;&lt;ul class="tocify-subheader nav nav-list"&gt;
&lt;li class="tocify-item active"&gt;Submit Button Component&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="page_layout"&gt;
&lt;div class="page_about"&gt;
&lt;div class="page_about_content"&gt;
&lt;div class="about_section" id="above-toc"&gt;
&lt;ul class="tocify-header nav nav-list" id="tocify-header7"&gt;
&lt;li&gt;&lt;ul class="tocify-subheader nav nav-list"&gt;
&lt;li class="tocify-item active"&gt;Query Rules&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="page_layout"&gt;
&lt;div class="page_about"&gt;
&lt;div class="page_about_content"&gt;
&lt;div class="about_section" id="above-toc"&gt;
&lt;ul class="tocify-header nav nav-list" id="tocify-header7"&gt;
&lt;li&gt;&lt;ul class="tocify-subheader nav nav-list"&gt;
&lt;li class="tocify-item active"&gt;HTTP File Upload Smart Service&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;has been deprecated in 19.1 version. so check Appian Documention.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Where is Query Rules?</title><link>https://community.appian.com/thread/66511?ContentTypeID=1</link><pubDate>Fri, 10 May 2019 18:00:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a49e9373-5b99-4927-91d0-f6644f1b172d</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Thanks for the explanation - luckily as far as Appian is concerned it seems like there are various options for other implementations that would handle that; i&amp;#39;ve personally never needed this functionality myself though.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Where is Query Rules?</title><link>https://community.appian.com/thread/66510?ContentTypeID=1</link><pubDate>Fri, 10 May 2019 17:18:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ef7deb82-91aa-4046-a2b8-b7c1c09a1f0f</guid><dc:creator>benjamins0003</dc:creator><description>&lt;p&gt;Ah, easy as pie. Thank you, Mike&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Where is Query Rules?</title><link>https://community.appian.com/thread/66509?ContentTypeID=1</link><pubDate>Fri, 10 May 2019 17:10:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1b297945-3a46-4c86-b288-1e1f5db6be15</guid><dc:creator>PRATEEK BHATTI</dc:creator><description>&lt;p&gt;&lt;span&gt;Suppose you have a CDT having a field with @Transient annotation and in the process flow you are doing&amp;nbsp;some calculation to get a result and will save this result in this field so that that calculated data can remain inside CDT but you don&amp;#39;t require this calculated data to be saved in database&amp;nbsp; while storing CDT to database for some security reasons, in this case having @Transient annotation on a field will serve the purpose.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Hope this helps!!&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Where is Query Rules?</title><link>https://community.appian.com/thread/66508?ContentTypeID=1</link><pubDate>Fri, 10 May 2019 17:03:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:762ffcd8-612c-4242-8b29-eefe08150c79</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;You would want to make your Query Entity rule accept inputs corresponding to all of those values, and preferably, query correctly whether or not each value is passed in (note that over-filtering may result in a returned list of zero people, depending on the particular data setup).&amp;nbsp; Assuming that you can derive Appian usernames from the result of the query, you could probably have your form map an array of usernames to a Rule Input when a submit button is clicked - and then pass that array out to your process model, where you could then call a subprocess for each user and assign the task therein to that user.&amp;nbsp; It&amp;#39;s a complex use case and a lot depends on your particular implementation and requirements.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Where is Query Rules?</title><link>https://community.appian.com/thread/66507?ContentTypeID=1</link><pubDate>Fri, 10 May 2019 17:00:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:464a8cc7-36e6-4a38-8449-856153388c7a</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Out of curiosity, what use case would require @Transient in the CDT?&amp;nbsp; I&amp;#39;ve never run across this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Where is Query Rules?</title><link>https://community.appian.com/thread/66506?ContentTypeID=1</link><pubDate>Fri, 10 May 2019 16:54:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6b755dfe-378c-4636-bee3-72d87fb821b7</guid><dc:creator>PRATEEK BHATTI</dc:creator><description>&lt;p&gt;Hi Mike,&lt;br /&gt;There is one case where Query Entity&amp;nbsp;seems incompatible as compared to Query Rule and that is when @Transient annotation is used in XSD because queryEntity fails when an XSD has a field marked as @Transient as described in below KB article.&lt;/p&gt;
&lt;p&gt;&lt;a href="/support/w/kb/659/kb-1404-queryentity-fails-when-an-xsd-has-a-field-marked-as-transient"&gt;https://community.appian.com/support/w/kb/659/kb-1404-queryentity-fails-when-an-xsd-has-a-field-marked-as-transient&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Where is Query Rules?</title><link>https://community.appian.com/thread/66505?ContentTypeID=1</link><pubDate>Fri, 10 May 2019 16:50:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4ef6f4c7-75af-4d19-859c-531777aa4a9e</guid><dc:creator>benjamins0003</dc:creator><description>&lt;p&gt;I would like to be able to&amp;nbsp;select from the three drop-downs show belown (Status, LMI, Structure Type) and have the form sent to the relevant applicants who are correlated with the values I select. I heard I may need to use the query entity I made to do this, but I&amp;#39;m not sure how.&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/pastedimage1557506997983v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Where is Query Rules?</title><link>https://community.appian.com/thread/66504?ContentTypeID=1</link><pubDate>Fri, 10 May 2019 16:48:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5fa916ac-46da-439d-9497-ec805451c9ad</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;What &amp;quot;filter&amp;quot; are you trying to create &amp;amp; where?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Where is Query Rules?</title><link>https://community.appian.com/thread/66503?ContentTypeID=1</link><pubDate>Fri, 10 May 2019 16:47:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a9a6f0a1-3709-4477-9a9a-24287f5f6603</guid><dc:creator>benjamins0003</dc:creator><description>&lt;p&gt;Okay, sounds good. I created my query rule for &amp;quot;status&amp;quot; (shown below). This seems to be working correctly. Do you guys know how to use this to create the filter? Thank you.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/pastedimage1557506869800v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Where is Query Rules?</title><link>https://community.appian.com/thread/66502?ContentTypeID=1</link><pubDate>Fri, 10 May 2019 16:43:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b6632c6b-b8e1-42f1-a3bb-237a18bb9dc3</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Prateek is correct.&amp;nbsp; Anyway you wouldn&amp;#39;t want to create a query rule anymore - Query Entity rules (created within an expression rule generally) can do anything Query Rules would do plus more - and are a ton more flexible all-around.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Where is Query Rules?</title><link>https://community.appian.com/thread/66501?ContentTypeID=1</link><pubDate>Fri, 10 May 2019 16:41:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1dbe468f-0841-4c88-a788-93bd1b84d7c6</guid><dc:creator>PRATEEK BHATTI</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Query rule has been deprecated in Appian 19.1 version.&lt;br /&gt;Please refer below URL for more info:&lt;br /&gt;&lt;a href="https://docs.appian.com/suite/help/19.1/Appian_Release_Notes.html#deprecations"&gt;https://docs.appian.com/suite/help/19.1/Appian_Release_Notes.html#deprecations&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>