<?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: Date Difference as Integer in Report Designer</title><link>http://forums.method.me/cs/forums/thread/12944.aspx</link><pubDate>Mon, 02 Jul 2012 19:29:44 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12944</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/12944.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=12944</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/cs/Themes/methodtheme/images/icon-quote.gif"&gt; &lt;strong&gt;CDS_Josh:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;I had everything working fine and with ZERO changes to the above formulas&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;Did anything change with the data in your Method account? &amp;nbsp;A formula should not just stop working unless the data changed. &amp;nbsp;Are you testing this in the preview window or with the screen generating the report. &amp;nbsp;It&amp;#39;s preferred to test the formula with the actual results instead of the preview window. &amp;nbsp;If that&amp;#39;s the case, and you&amp;#39;re still having a problem with this forumla, then maybe take the complexity down to just 30, 60 or 90. &amp;nbsp;Run those formulas independantly and see if the data is still correct. &amp;nbsp;I assume the 30Days, 60Days and 90Days are all calculated fields?&lt;/p&gt;
&lt;p&gt;~C&lt;/p&gt;</description></item><item><title>Re: Date Difference as Integer in Report Designer</title><link>http://forums.method.me/cs/forums/thread/12913.aspx</link><pubDate>Thu, 28 Jun 2012 18:11:01 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12913</guid><dc:creator>CDS_Josh</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/12913.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=12913</wfw:commentRss><description>&lt;p&gt;I had everything working fine and with ZERO changes to the above formulas, now it is no loner working correctly.&amp;nbsp; It just groups everything in &amp;quot;&amp;lt;= 30 Days&amp;quot;.&amp;nbsp; I did not change a thing and it just stops working.&lt;/p&gt;
&lt;p&gt;Can we open this thread back up for suggestions?&lt;/p&gt;</description></item><item><title>Re: Date Difference as Integer in Report Designer</title><link>http://forums.method.me/cs/forums/thread/12911.aspx</link><pubDate>Thu, 28 Jun 2012 17:32:04 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12911</guid><dc:creator>CDS_Josh</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/12911.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=12911</wfw:commentRss><description>&lt;p&gt;I figured out a difference approach.&amp;nbsp; I created 3 Date Fields using the AddDay function for 30,60,90 days ago and then made my formula based off that.&lt;/p&gt;
&lt;p&gt;I really wanted to see the &lt;a href="http://msdn.microsoft.com/en-us/library/ms189794.aspx"&gt;DATEDIFF &lt;/a&gt;fuction get incorporated because this is a great tool for aging reports.&lt;/p&gt;
&lt;p&gt;Thanks anyways.&amp;nbsp; I think I figure out what I need!!&lt;/p&gt;
&lt;p&gt;Here is my code for future reference and for others:&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;b&gt;30Days&lt;/b&gt;&lt;/span&gt;: AddDays(Today(), -30)&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;b&gt;60 Days&lt;/b&gt;&lt;/span&gt;: AddDays(Today(), -60)&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;b&gt;90 Days&lt;/b&gt;&lt;/span&gt;: AddDays(Today(), -90)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;b&gt;AgedGroup&lt;/b&gt;&lt;/span&gt;: Iif([CallReport.DateRcvd] &amp;gt;= [CallReport.Day30Date], &amp;#39;&amp;le;30 Days&amp;#39;,Iif([CallReport.DateRcvd] &amp;lt; [CallReport.Day30Date] AND [CallReport.DateRcvd] &amp;gt;= [CallReport.Day60Date],&amp;#39;31-60 Days&amp;#39; ,Iif([CallReport.DateRcvd] &amp;lt; [CallReport.Day60Date] AND [CallReport.DateRcvd] &amp;gt;= [CallReport.Day90Date],&amp;#39;61-90 Days&amp;#39; ,&amp;#39;&amp;gt;90 Days&amp;#39;)))&lt;/p&gt;</description></item><item><title>Re: Date Difference as Integer in Report Designer</title><link>http://forums.method.me/cs/forums/thread/12910.aspx</link><pubDate>Thu, 28 Jun 2012 16:52:35 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12910</guid><dc:creator>CDS_Josh</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/12910.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=12910</wfw:commentRss><description>&lt;p&gt;Thanks for the reply, but I have already tried what you suggested and still get a date showing up in excel.&amp;nbsp; I know I can change the format in excel, but I have another calculated field in the report that runs off the &amp;quot;Days Aged&amp;quot; field.&lt;/p&gt;
&lt;p&gt;Here are the calculations for my fields:&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;b&gt;AgedDays&lt;/b&gt;&lt;/span&gt;: Now() - [CallReport.DateReceived]&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;b&gt;AgedGroup&lt;/b&gt;&lt;/span&gt;: Iif([AgeDays] &amp;lt;= 30, &amp;#39;&amp;le;30 Days&amp;#39;, Iif([AgeDays] &amp;gt; 30&amp;nbsp; And [AgeDays] &amp;lt;=&amp;nbsp; 60, &amp;#39;31-60 Days&amp;#39;,Iif([AgeDays] &amp;gt; 60&amp;nbsp; And [AgeDays] &amp;lt;=&amp;nbsp; 90, &amp;#39;31-60 Days&amp;#39;, &amp;#39;&amp;gt;90 Days&amp;#39;)))&lt;/p&gt;
&lt;p&gt;I have the AgedDays &lt;a title="AgedDays" href="http://i.imgur.com/q5CF1.png"&gt;set to integer&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and &lt;a href="http://i.imgur.com/Qo63h.png"&gt;here are my results&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This record should has fallen into the &amp;gt;90 Days group, since it is 107 Days ago (if you convert 4/15/1900 to number in excel).&amp;nbsp; Am I missing something?&lt;/p&gt;</description></item><item><title>Re: Date Difference as Integer in Report Designer</title><link>http://forums.method.me/cs/forums/thread/12908.aspx</link><pubDate>Thu, 28 Jun 2012 16:20:10 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12908</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/12908.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=12908</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/cs/Themes/methodtheme/images/icon-quote.gif"&gt; &lt;strong&gt;CDS_Josh:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;Is this possible?&amp;nbsp; I can get it to show as a date, but cannot convert to an integer or number&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure exactly what you&amp;#39;re trying to do but I&amp;#39;ll try to point you in the right direction. &amp;nbsp;If you look at the &lt;a target="_blank" title="edit" href="http://i.imgur.com/QYoCd.png"&gt;Edit&lt;/a&gt; screen for your calculated fields you should be able to &lt;a target="_blank" title="integer" href="http://i.imgur.com/aXLe2.png"&gt;change the field type to an Integer&lt;/a&gt;.&amp;nbsp; Then if you click into the &lt;a target="_blank" title="expression editor" href="http://i.imgur.com/I4cyt.png"&gt;expression property&lt;/a&gt; above, you should be able to build an expression to combine the fields. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;HTH&lt;/p&gt;
&lt;p&gt;~C&lt;/p&gt;</description></item><item><title>Date Difference as Integer in Report Designer</title><link>http://forums.method.me/cs/forums/thread/12894.aspx</link><pubDate>Wed, 27 Jun 2012 19:38:38 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12894</guid><dc:creator>CDS_Josh</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/12894.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=12894</wfw:commentRss><description>&lt;p&gt;I am having a heck of a time getting a Date Difference field to show as an Integer in report designer.&amp;nbsp; I also want to use this calculated field within another field to show Aging (30, 60, 90, &amp;gt;90).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is this possible?&amp;nbsp; I can get it to show as a date, but cannot convert to an integer or number&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks in Advance!!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Josh&lt;/p&gt;</description></item></channel></rss>