<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.method.me/cs/utility/FeedStylesheets/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>Method:Classic General Q&amp;amp;A</title><link>http://forums.method.me/cs/forums/13.aspx</link><description>Ask technical support questions, how do I? Questions... Or anything else you want to know from the Method Team and other Method users.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Re: Not Contacted Filter</title><link>http://forums.method.me/cs/forums/thread/26672.aspx</link><pubDate>Wed, 15 Apr 2015 09:34:10 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:26672</guid><dc:creator>Jonathan</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/26672.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=26672</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;Hi Audisho,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_1_start" style="overflow:hidden;"&gt;OK it worked :) Thank you Audisho!&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: Not Contacted Filter</title><link>http://forums.method.me/cs/forums/thread/26656.aspx</link><pubDate>Tue, 14 Apr 2015 14:39:30 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:26656</guid><dc:creator>Method_Audisho</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/26656.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=26656</wfw:commentRss><description>&lt;p&gt;Hi Jonathan,&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I made a correction to #3 above. You&amp;rsquo;re actually better off placing this value into a hidden date picker object on screen. This is a more reliable way to store the date and also makes it easier to troubleshoot, as you can simply un-hide the object to see the date value.&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;-Audisho&lt;/p&gt;</description></item><item><title>Re: Not Contacted Filter</title><link>http://forums.method.me/cs/forums/thread/26653.aspx</link><pubDate>Tue, 14 Apr 2015 14:11:56 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:26653</guid><dc:creator>Method_Audisho</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/26653.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=26653</wfw:commentRss><description>&lt;p&gt;Hi Jonathan,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;For this, you will want to use either the &lt;b&gt;Less than&lt;/b&gt; or &lt;b&gt;Less than or equal to&lt;/b&gt; filter. Your choice will depend on if you want to include customers whose last activity date is exactly 30 days ago.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;In order to use this filter, you will first need to calculate the &lt;i&gt;current date minus 30 days&lt;/i&gt; and store this value in a shared result to use it in your filter. I recommend doing this in the &lt;b&gt;OnScreenLoad&lt;/b&gt; actions.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Your actions will include:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;1)&lt;b&gt; Assign Value to Action Result&lt;/b&gt; &amp;ndash; To retrieve the current date&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;2)&lt;b&gt; Date Add&lt;/b&gt; &amp;ndash; To subtract 30 (or add &amp;ldquo;-30&amp;rdquo;) days from your action result&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:line-through;"&gt;3)&lt;b&gt;&amp;nbsp;Assign Value to Shared Result&lt;/b&gt;&amp;nbsp;&amp;ndash; To copy the calculated value from #2 into a shared result for use with your filter&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_5_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;span id="mce_1_start" style="overflow:hidden;"&gt;&lt;span id="mce_2_end" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_4_start" style="overflow:hidden;"&gt;&lt;/span&gt;3) &lt;b&gt;E&lt;span id="mce_3_start" style="overflow:hidden;"&gt;&lt;/span&gt;nter Value into Field On Screen&lt;/b&gt; &amp;ndash; To copy the calculated value from #2 into a date picker object for use with your filter&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;Give this a shot and let me know if you have any questions. I hope this helps.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;-Audisho&lt;/p&gt;</description></item><item><title>Not Contacted Filter</title><link>http://forums.method.me/cs/forums/thread/26650.aspx</link><pubDate>Tue, 14 Apr 2015 04:06:50 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:26650</guid><dc:creator>Jonathan</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/26650.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=26650</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;Hi guys,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m looking a way to create a filter where we could display a customer without activity in the last 30 days. Does anybody ever tried that and which filter rule shall be applied? As far as I know these are the only filter available,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://i.imgur.com/cEq2haO.png" width="644" height="380" alt="" /&gt;&lt;span id="mce_1_start" style="overflow:hidden;"&gt;&lt;span id="mce_2_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;Please advise.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>