<?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>Search results by user ID 4190</title><link>http://forums.method.me/cs/search/SearchResults.aspx?o=DateDescending&amp;u=4190</link><description>Search results by user ID 4190</description><dc:language>en-US</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Re: Parameters in Excel VBA</title><link>http://forums.method.me/cs/forums/p/4254/16417.aspx#16417</link><pubDate>Wed, 06 Mar 2013 22:03:37 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:16417</guid><dc:creator>CDS_Josh</dc:creator><description>&lt;p&gt;&lt;span style="overflow:hidden;" id="mce_0_start"&gt;Thanks Dav&lt;span style="overflow:hidden;" id="mce_1_start"&gt;e&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_1_end"&gt;&lt;/span&gt;.&amp;nbsp; That did the trick and I did have to play around with the&lt;span style="overflow:hidden;" id="mce_2_start"&gt; date&lt;/span&gt; formatting.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Much Appreciated!!!&lt;/p&gt;</description></item><item><title>Re: Parameters in Excel VBA</title><link>http://forums.method.me/cs/forums/p/4254/16396.aspx#16396</link><pubDate>Tue, 05 Mar 2013 18:34:34 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:16396</guid><dc:creator>CDS_Josh</dc:creator><description>&lt;p&gt;&lt;span style="overflow:hidden;" id="mce_0_start"&gt;&lt;span style="overflow:hidden;" id="mce_0_start"&gt;&lt;span style="overflow:hidden;" id="mce_1_start"&gt;&lt;/span&gt;Thanks David.&amp;nbsp; I understand that I can &amp;quot;Hard-C&lt;span style="overflow:hidden;" id="mce_2_start"&gt;o&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_2_end"&gt;&lt;/span&gt;de&amp;quot; a date, but what i am trying to do is set up a variable that will be define in a Cell in excel&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_1_end"&gt;&lt;/span&gt; (Which was part of the declaration section in my code above).&amp;nbsp; That way, if the users&lt;span style="overflow:hidden;" id="mce_1_end"&gt;&lt;/span&gt; changes the date in that field, the query will automatically filter with the new STARTDATE.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;
&lt;p&gt;-Josh&lt;/p&gt;</description></item><item><title>Parameters in Excel VBA</title><link>http://forums.method.me/cs/forums/p/4254/16359.aspx#16359</link><pubDate>Mon, 04 Mar 2013 16:32:18 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:16359</guid><dc:creator>CDS_Josh</dc:creator><description>&lt;p&gt;&lt;span style="overflow:hidden;" id="mce_0_start"&gt;I am using your &lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_1_start"&gt;&amp;quot;GetInvoices&amp;quot; API example to create an excel report that will populate data.&amp;nbsp; The customer has requested that I create a date parameter for this information, but I have never been able to do this in the past.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Here is my code&lt;span style="overflow:hidden;" id="mce_6_start"&gt; where the issue is coming up&lt;/span&gt;:&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;" id="mce_2_start"&gt;Dim STARTDATE As Date&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;" id="mce_2_start"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_3_start"&gt;S TARTDATE = Worksheets(&amp;quot;RUN&amp;quot;).Range(&amp;quot;B8&amp;quot;).Value&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;" id="mce_5_start"&gt;sSelectWhere = &amp;quot;ActivityType like &amp;#39;OB%&amp;#39; and NOT(AnalyzorName is Null) and NOT(AnalyzorName = &amp;#39;&amp;#39;) and (DueDateStart &amp;gt;= &lt;span style="overflow:hidden;" id="mce_8_start"&gt;&lt;/span&gt;&lt;strong&gt;START&lt;span style="overflow:hidden;" id="mce_7_start"&gt;&lt;/span&gt;DATE &lt;span style="overflow:hidden;" id="mce_8_end"&gt;&lt;/span&gt;&lt;/strong&gt;OR ActualCompletedDate &amp;gt;= &lt;span style="overflow:hidden;" id="mce_11_start"&gt;&lt;/span&gt;&lt;strong&gt;START&lt;span style="overflow:hidden;" id="mce_10_start"&gt;&lt;/span&gt;DATE&lt;span style="overflow:hidden;" id="mce_11_end"&gt;&lt;/span&gt;&lt;/strong&gt;)&amp;quot;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_13_start"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;When I try to execute this report, I get an error:&lt;span style="overflow:hidden;" id="mce_2_start"&gt;&lt;span style="overflow:hidden;" id="mce_4_start"&gt; Error from the MethodAPI: Failure. The following fields do not exist in the Table Activity: &amp;#39;STARTDATE&amp;#39;, &amp;#39;STARTDATE&amp;#39;.&lt;span style="overflow:hidden;" id="mce_5_start"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_3_start"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt="" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am hoping this is only a syntax issue on my part, because thi&lt;span style="overflow:hidden;" id="mce_14_start"&gt;s would be extremely helpful to know.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks in Advance!!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description></item><item><title>Re: Simple Formula Not Working</title><link>http://forums.method.me/cs/forums/p/3367/12928.aspx#12928</link><pubDate>Fri, 29 Jun 2012 22:10:32 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12928</guid><dc:creator>CDS_Josh</dc:creator><description>&lt;p&gt;I only use the generate report function to test my reports.&amp;nbsp; I find the preview screen to be extremely buggy and will not show any results at times, even though a generate report with a wide open filter range will show hundreds.&amp;nbsp; I really wish Method would spend more time working with this report designer and work out all the kinks.&amp;nbsp; Its a great tool when it works.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;I managed to get my desired results through Excel using an API call.&lt;/p&gt;
&lt;p&gt;Thanks anyways!!&lt;/p&gt;</description></item><item><title>Re: Simple Formula Not Working</title><link>http://forums.method.me/cs/forums/p/3367/12915.aspx#12915</link><pubDate>Thu, 28 Jun 2012 21:20:01 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12915</guid><dc:creator>CDS_Josh</dc:creator><description>&lt;p&gt;Here is an &lt;a href="http://i.imgur.com/lH7cM.png"&gt;example &lt;/a&gt;of what I am talking about (The values with the arrows pointing to them should be a 1 because both criteria are met)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Simple Formula Not Working</title><link>http://forums.method.me/cs/forums/p/3367/12914.aspx#12914</link><pubDate>Thu, 28 Jun 2012 21:14:22 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12914</guid><dc:creator>CDS_Josh</dc:creator><description>&lt;p&gt;I am having nightmares with these functions in the Report Designer.&lt;/p&gt;
&lt;p&gt;Here is a simple formula that is not working and I cannot figure out why:&lt;/p&gt;
&lt;p&gt;Iif(([CallReport.ComplaintCode] = &amp;#39;CA&amp;#39; and [CallReport.DateReceived] &amp;gt;= AddDays(Today(),-30)),&amp;nbsp; 1, 0)&lt;/p&gt;
&lt;p&gt;Can someone help me out with this.&amp;nbsp; I have been designing reports for almost 15 years now and have never seen so many inconsistencies with a report designer.&amp;nbsp; Sometimes it works, and sometimes it doesn&amp;#39;t.&amp;nbsp; And I cannot figure out why.&lt;/p&gt;
&lt;p&gt;It could be me, but this is a very basic formula I have here!!&lt;/p&gt;
&lt;p&gt;-Josh&lt;/p&gt;</description></item><item><title>Re: Date Difference as Integer in Report Designer</title><link>http://forums.method.me/cs/forums/p/3364/12913.aspx#12913</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><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/p/3364/12911.aspx#12911</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><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/p/3364/12910.aspx#12910</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><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>Date Difference as Integer in Report Designer</title><link>http://forums.method.me/cs/forums/p/3364/12894.aspx#12894</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><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>