<?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: Multiplying Data from several custom fields</title><link>http://forums.method.me/cs/forums/thread/8663.aspx</link><pubDate>Fri, 14 Oct 2011 02:09:39 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:8663</guid><dc:creator>Nathan W</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/8663.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=8663</wfw:commentRss><description>&lt;p&gt;Michael,&lt;/p&gt;
&lt;p&gt;Thank you for the quick reply, I will work on this process.&lt;/p&gt;
&lt;p&gt;Have a great weekend&lt;/p&gt;
&lt;p&gt;Nathan&lt;/p&gt;</description></item><item><title>Re: Multiplying Data from several custom fields</title><link>http://forums.method.me/cs/forums/thread/8662.aspx</link><pubDate>Thu, 13 Oct 2011 21:55:44 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:8662</guid><dc:creator>Method_Michael</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/8662.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=8662</wfw:commentRss><description>&lt;p&gt;Hi Nathan-&lt;/p&gt;
&lt;p&gt;If you are looking to get this calculation on your custom estimate screen you would need to use &lt;i&gt;Basic Math&lt;/i&gt;&amp;nbsp;&lt;i&gt;Calculation&lt;/i&gt; actions. You can have these action triggered by a button or on the lose focus event on one of the fields. I would suggested watching the&amp;nbsp;&lt;i&gt;Advanced Actions: Shared Results and Basic Math &lt;/i&gt;webinar found &lt;a target="_blank" title="Link" href="http://www.methodintegration.com/cs/blogs/methodblog/pages/Method-Community-Webinars.aspx"&gt;HERE&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If this calculation is only to be printed out and you don&amp;#39;t need it on the estimate screen you can create a calculated field in your Estimate Report Template. The&amp;nbsp;&lt;i&gt;Tips and Tricks for Designing Reports&lt;/i&gt; video found &lt;a target="_blank" title="Link" href="http://www.methodintegration.com/cs/blogs/methodblog/pages/Method-Community-Webinars.aspx"&gt;HERE&lt;/a&gt;&amp;nbsp;covers Calculated Fields at about the 15 minute mark.&lt;/p&gt;
&lt;p&gt;As for the field types its really up to you, it depends what kind of values you are expecting to be calculated and what kind of values the user is allowed to enter.&lt;/p&gt;
&lt;p&gt;-Michael&lt;/p&gt;</description></item><item><title>Multiplying Data from several custom fields</title><link>http://forums.method.me/cs/forums/thread/8661.aspx</link><pubDate>Thu, 13 Oct 2011 19:50:39 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:8661</guid><dc:creator>Nathan W</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/8661.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=8661</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m new to Method and I am currently working on customizing our &lt;i&gt;&lt;b&gt;estimate templates&lt;/b&gt;&lt;/i&gt;. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="text-decoration:underline;"&gt;Background for Question:&lt;/span&gt; &lt;/b&gt;We use several custom fields on our estimates internally to figure out our Project Labor, Project Management, Equipment and most importantly our Overhead, Sales Commission and PROFIT! so we can add a final line item to our estimate called&amp;nbsp;&lt;span style="text-align:left;"&gt;&lt;i&gt;Labor, Equipment &amp;amp; Supervision&lt;/i&gt;&lt;/span&gt;&amp;nbsp;that covers all of these costs.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="text-decoration:underline;"&gt;Question:&lt;/span&gt;&lt;/b&gt;&amp;nbsp;If I have the following custom fields and desired calculation...how do I make this happen in Method?&lt;/p&gt;
&lt;p&gt;(Project Production Days) = [ 3 ]&lt;/p&gt;
&lt;p&gt;(Project Crew Size) = [ 4 ]&lt;/p&gt;
&lt;p&gt;(Project Crew Daily Drivetime Hours) = [ 1.5 ]&lt;/p&gt;
&lt;p&gt;&lt;b&gt;(Project Total Production Hours)&lt;/b&gt; =&amp;nbsp;( Project_Production_Days x 8 x &amp;nbsp;Project_Crew_Size ) + ( Project_Production_Days x Project_Crew_Size x Project_Crew_Drivetime )&lt;/p&gt;
&lt;p&gt;&lt;b&gt;(Project Total Labor Cost)&lt;/b&gt; =&amp;nbsp;( Project_Production_Days &amp;nbsp;x &amp;nbsp;8 &amp;nbsp;x &amp;nbsp;Project_Crew_Size &amp;nbsp;x &amp;nbsp;25) + ( Project_Production_Days &amp;nbsp;x &amp;nbsp;Project_Crew_Size &amp;nbsp;x &amp;nbsp;Project_Crew_Drivetime &amp;nbsp;x &amp;nbsp;25 )&lt;/p&gt;
&lt;p&gt;----------&lt;/p&gt;
&lt;p&gt;( &amp;nbsp;) = custom field&lt;/p&gt;
&lt;p&gt;[ &amp;nbsp;] = field data entered by estimator&lt;/p&gt;
&lt;p&gt;----------&lt;/p&gt;
&lt;p&gt;Let me know if you need more information. &amp;nbsp;Also please include how these custom fields should be set up initially (integers, currency, etc.)&lt;/p&gt;
&lt;p&gt;Please advise. &amp;nbsp;Thank you!&lt;/p&gt;</description></item></channel></rss>