<?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>I need some expression wizards out there to help a non-wizard (business analyst)</title><link>https://community.appian.com/discussions/f/rules/143/i-need-some-expression-wizards-out-there-to-help-a-non-wizard-business-analyst</link><description>I need some expression wizards out there to help a non-wizard (business analyst) construct an expression. I have a report that needs to be filtered to only certain process instances, based on the status text field of the instances. Basically I am constructing</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: I need some expression wizards out there to help a non-wizard (business analyst)</title><link>https://community.appian.com/thread/326?ContentTypeID=1</link><pubDate>Wed, 23 May 2012 17:50:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:333c976d-0f80-478f-8c86-5df9bf462ed7</guid><dc:creator>melissah</dc:creator><description>joel - thank you so much!  I just set this up and it worked *perfectly*.  You have been a huge help!  &lt;br /&gt;&lt;br /&gt;Melissa&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I need some expression wizards out there to help a non-wizard (business analyst)</title><link>https://community.appian.com/thread/325?ContentTypeID=1</link><pubDate>Wed, 23 May 2012 11:47:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1401fba7-74b1-49a8-85b6-8caeab9b0e53</guid><dc:creator>joel</dc:creator><description>I am not sure if you have resolved this one, but I would use something like:&lt;br /&gt;if(and(pv!status_text=&amp;quot;Complete&amp;quot;,todate(pv!projectCompletedDate)&amp;gt;=(today()-30)),true(),&lt;br /&gt;if(contains({&amp;quot;Approved&amp;quot;,&amp;quot;Initial Assessment&amp;quot;,&amp;quot;In Process&amp;quot;,&amp;quot;In Queue&amp;quot;,&amp;quot;In Post Processing&amp;quot;,&amp;quot;In Conservation&amp;quot;},pv!status_text)=true(),true(),false()))&lt;br /&gt;In a hidden column and then put a filter on the report over this column only showing cases were it is true. It might not be exactly what you are after but should put you on the right road.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I need some expression wizards out there to help a non-wizard (business analyst)</title><link>https://community.appian.com/thread/322?ContentTypeID=1</link><pubDate>Tue, 22 May 2012 20:21:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:14e6bc72-c209-4fe4-8949-41e14484b0f9</guid><dc:creator>Nathan</dc:creator><description>when you have two filters it naturally will chose &amp;quot;AND&amp;quot; logic.  if you want to use &amp;quot;OR&amp;quot; logic you will need to figure out how to combine the filters.  This usually means that you need a new column in your report since you can&amp;#39;t use &amp;quot;OR&amp;quot; logic on separate columns.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I need some expression wizards out there to help a non-wizard (business analyst)</title><link>https://community.appian.com/thread/321?ContentTypeID=1</link><pubDate>Tue, 22 May 2012 19:12:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0c30399d-e295-4cfa-9991-52ceb159198f</guid><dc:creator>melissah</dc:creator><description>...&lt;br /&gt;&lt;br /&gt;This report would show any process instance in one of the open statuses above.  It would also show anything that is completed within the past 30 days.  It would NOT show anything that was completed with a date older than 30 days.  &lt;br /&gt;&lt;br /&gt;Also where do I put this expression?  Within the status_text definition for the report?  &lt;br /&gt;&lt;br /&gt;Much thanks, &lt;br /&gt;Melissa&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>