<?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>question related to logical Expression Rule</title><link>https://community.appian.com/discussions/f/new-to-appian/35523/question-related-to-logical-expression-rule</link><description>Hi All, 
 i have a query related to logical expression 
 as you can see their is a logic mentioned in below code which is i am using in a database table but now i need to use this logic in expression rule to show grid field so any one can help me to implement</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: question related to logical Expression Rule</title><link>https://community.appian.com/thread/138909?ContentTypeID=1</link><pubDate>Wed, 31 Jul 2024 11:51:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b8a4bb0e-61ee-40b9-bb70-d7742eaad284</guid><dc:creator>Prasanta Paul</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!queryRecordType(
  recordType: recordType!abc,
  fields: a!queryLogicalExpression(
    operator: &amp;quot;OR&amp;quot;,
    filters: {
      a!queryFilter(
        field: recordType!abc.xyz,
        operator: &amp;quot;in&amp;quot;,
        value: &amp;quot;Started&amp;quot;
      )
    }
  )
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Like that you can continue the &lt;strong&gt;queryFilter&lt;/strong&gt; to get the value.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question related to logical Expression Rule</title><link>https://community.appian.com/thread/138532?ContentTypeID=1</link><pubDate>Tue, 23 Jul 2024 13:32:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fc15934f-12aa-4ec0-ab23-9786883cff0b</guid><dc:creator>hritiks4748</dc:creator><description>&lt;p&gt;thankyou&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: question related to logical Expression Rule</title><link>https://community.appian.com/thread/138455?ContentTypeID=1</link><pubDate>Mon, 22 Jul 2024 14:08:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c215886f-dd55-4f73-a1ee-c79a8a1f8301</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;You can do this with the QueryLogicalExpression feature of Appian queries - you merely need to nest your LogicalExpressions (they can luckily be nested basically to any level).&amp;nbsp; In your case you&amp;#39;d have a parent logicalExpression with the &amp;quot;OR&amp;quot; operator, a query filter with your left condition, then a child logical expression with the &amp;quot;AND&amp;quot; operator and two queryFilters (one for the status and one for the modified date).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>