<?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>a!queryProcessAnalytics</title><link>https://community.appian.com/discussions/f/user-interface/19671/a-queryprocessanalytics</link><description>a!query inside a!queryProcessAnalytics not working where in we need to show up tasks whose assignedto column is not empty .check if one of the column is not null 
 
 query: a!query( filter: a!queryFilter( field: &amp;quot;c8&amp;quot;, operator: &amp;quot;is not null&amp;quot;) )</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: a!queryProcessAnalytics</title><link>https://community.appian.com/thread/76937?ContentTypeID=1</link><pubDate>Tue, 06 Oct 2020 14:32:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e328b02c-b4c3-4b66-8d20-6b5c7a70fccb</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;When you use query filters on process reports it&amp;#39;s super finnicky about data types.&amp;nbsp; &amp;quot;is not null&amp;quot; strictly requires the data type of the target field to be single, plain, text.&amp;nbsp; If it&amp;#39;s something else, the filter will just not work.&lt;/p&gt;
&lt;p&gt;One suggestion I can make based on what I&amp;#39;ve had to do in the past: you can create extra columns in the process report, containing the same data but assigned differently.&amp;nbsp; For instance, if the definition for the column you&amp;#39;re trying to query the NULLness of is defined as &amp;quot;tp!assignees&amp;quot;, you could create a new column where you define it as &amp;quot;tostring(tp!assignees)&amp;quot;, which would force the data in that (new) column to come back as singular, plain text data.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a!queryProcessAnalytics</title><link>https://community.appian.com/thread/76923?ContentTypeID=1</link><pubDate>Tue, 06 Oct 2020 09:14:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4a2774ca-60da-436c-b482-525551a8fcd6</guid><dc:creator>ganeshbabuj</dc:creator><description>&lt;p&gt;Wanted to know if&amp;nbsp; operator = &amp;quot;is not null&amp;quot; on &lt;span&gt;a!queryFilter&amp;nbsp;&lt;/span&gt;while used in&amp;nbsp;&lt;span&gt;a!queryProcessAnalytics does not work?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;So that we can make sure we do not take this approach before committing to business.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a!queryProcessAnalytics</title><link>https://community.appian.com/thread/76875?ContentTypeID=1</link><pubDate>Mon, 05 Oct 2020 13:39:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:507fe04e-b56b-4d23-b58c-ca31b16f5cd0</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;In the past I implemented extra functionality for this. A managing user selects the user on leave, gets a list of his tasks and reassigns in batch or individually. Was a great success with business.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a!queryProcessAnalytics</title><link>https://community.appian.com/thread/76868?ContentTypeID=1</link><pubDate>Mon, 05 Oct 2020 13:15:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:777ae7e9-a093-49a5-9dec-ace06019eea2</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;I think you just need a filter that checks if the user is in the list. You could add a dropdown filter above the grid to allow selecting a user and apply the selected user to the filter like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!queryFilter(
  field: &amp;quot;c8&amp;quot;,
  operator: &amp;quot;in&amp;quot;,
  value: local!selectedUser
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a!queryProcessAnalytics</title><link>https://community.appian.com/thread/76867?ContentTypeID=1</link><pubDate>Mon, 05 Oct 2020 13:02:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5d68fd18-94f1-488e-8f84-74a432bb982c</guid><dc:creator>ganeshbabuj</dc:creator><description>&lt;p&gt;Business request was to give a screen with ONLY assigned tasks on a grid from which they would like to select and reassign the tasks if the current assigned user goes on unplanned leaves.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a!queryProcessAnalytics</title><link>https://community.appian.com/thread/76866?ContentTypeID=1</link><pubDate>Mon, 05 Oct 2020 12:22:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:837c6fa5-f2f9-4652-a225-af799962f9bb</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Not sure whether you can have a task which is assigned to nobody. What do you want to achieve?&lt;/p&gt;
&lt;p&gt;But besides that, this field is a list and that list can only be empty, but not null. I typically add a special boolean column to the report that does these kinds of logic.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>