<?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>Any suggestions on how I can get results back from a query rule where my value i</title><link>https://community.appian.com/discussions/f/rules/2168/any-suggestions-on-how-i-can-get-results-back-from-a-query-rule-where-my-value-i</link><description>Any suggestions on how I can get results back from a query rule where my value is not null? It appears I can&amp;#39;t use null as an input so I&amp;#39;m at a loss. Thanks!... OriginalPostID-100758 OriginalPostID-100758</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Any suggestions on how I can get results back from a query rule where my value i</title><link>https://community.appian.com/thread/7663?ContentTypeID=1</link><pubDate>Sat, 22 Feb 2014 07:51:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8f2b964b-10bd-435d-9c33-e42c1331db0d</guid><dc:creator>Chasity Davis</dc:creator><description>Thanks for the suggestions!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Any suggestions on how I can get results back from a query rule where my value i</title><link>https://community.appian.com/thread/7655?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2014 20:45:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:14869fdb-022b-4910-a5f0-1ef9a82675a4</guid><dc:creator>sikhivahans</dc:creator><description>Creating a record and using fn!queryrecord() is also an option and this will inturn provide much powerful features.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Any suggestions on how I can get results back from a query rule where my value i</title><link>https://community.appian.com/thread/7654?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2014 19:35:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e6e9120b-eb29-409a-961b-263e155b60c1</guid><dc:creator>Bishnu Panigrahi</dc:creator><description>Also, when designing the query rule, check out the &amp;#39;includes&amp;#39; operator, if it fits your use case. It can take null rule inputs. &lt;a href="https://forum.appian.com/suite/wiki/74/Rules#Query_Rules"&gt;forum.appian.com/.../Rules&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Any suggestions on how I can get results back from a query rule where my value i</title><link>https://community.appian.com/thread/7653?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2014 19:32:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3b00dac9-f271-4430-8872-85e29bb9bd55</guid><dc:creator>Bishnu Panigrahi</dc:creator><description>Here are a few ideas I can think of:&lt;br /&gt;&lt;br /&gt;1. Use a query database node: ex. select &amp;lt;fieldA&amp;gt; from &amp;lt;table&amp;gt; where &amp;lt;fieldB&amp;gt; is not NULL&lt;br /&gt;2. Create a view that filters the rows based on these null values. Then query that table.&lt;br /&gt;3. Use a query rule to call back a bigger datasubset, then filter nulls in process.&lt;br /&gt;&lt;br /&gt;There are positives and downsides to each scenario, so think about each one before implementing.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>