<?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: Report Designer: Help with Charts</title><link>http://forums.method.me/cs/forums/thread/11737.aspx</link><pubDate>Mon, 09 Apr 2012 20:33:48 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:11737</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/11737.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=11737</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="p1"&gt;Without actually building your chart it&amp;#39;s hard for me to provide support on the report designer. &amp;nbsp;My response below should be a solid starting point but if you have further questions on this specific chart then you should probably contact us for paid support. &amp;nbsp;It helps to have some formal programming background when diving into a custom report. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/cs/Themes/methodtheme/images/icon-quote.gif"&gt; &lt;strong&gt;Inclusivitie:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;...break the proposals down by month and then show the number &amp;quot;Closed - Won&amp;quot; and the number &amp;quot;Closed-Lost&amp;quot; or &amp;quot;Cancelled.&amp;quot;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="p1"&gt;From this line I can see you&amp;#39;re trying to put together a report with 3 qualifiers based on the Opportunity.Stage field; Closed-Won, Closed-Lost and Cancelled. &amp;nbsp;Qualifiers translates to series in the report designer so you want a bar chart stacked with 3 series&amp;#39;. &amp;nbsp;&lt;/p&gt;
&lt;p class="p1"&gt;Your first series needs to have a &lt;strong&gt;data filter&lt;/strong&gt; to show Opportunity.Stage = closed-won, second series is Opportunity.Stage = closed-lost and last series is Opportunity.Stage = cancelled.&lt;/p&gt;
&lt;p class="p1"&gt;Next comes your &lt;strong&gt;argument properties&lt;/strong&gt;, so how do you want to scale the data (over time)? &amp;nbsp;You mentioned breaking it down by month so your scale type should be DateTime right? &amp;nbsp;Now what argument did you&amp;nbsp;want to scale this data on? &amp;nbsp;(take a cue from that DateTime selection in &lt;i&gt;scale type&lt;/i&gt; and guess which field you need to select here).&lt;/p&gt;
&lt;p class="p1"&gt;Lastly your &lt;strong&gt;value properties&lt;/strong&gt; may or may not apply for you - use this section if you need to further process the raw data into something useable. &amp;nbsp;Eg. If I were building a chart that needed to show the total value of the opportunities for a given month, I would use SUM([Opportunity.ExpectedRevenue]). &amp;nbsp;This would total my data by month (based on the argument properties).&lt;/p&gt;
&lt;p class="p1"&gt;Hope this puts you on the right path.&lt;/p&gt;
&lt;p class="p1"&gt;~C&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Report Designer: Help with Charts</title><link>http://forums.method.me/cs/forums/thread/11734.aspx</link><pubDate>Mon, 09 Apr 2012 15:45:39 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:11734</guid><dc:creator>Inclusivitie</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/11734.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=11734</wfw:commentRss><description>&lt;p&gt;I have already tried reverse engineering it by looking at several monthly reports that already exist and the default chart showing the overall win/loss/cancelled ratio. The issue I am having is creating one that will first break the proposals down by month and then show the number &amp;quot;Closed - Won&amp;quot; and the number &amp;quot;Closed-Lost&amp;quot; or &amp;quot;Cancelled.&amp;quot; I basically want the OppCloseRatio report that shows the percentage break down to show a montly progression, as that is the report I have been looking at.&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Report Designer: Help with Charts</title><link>http://forums.method.me/cs/forums/thread/11692.aspx</link><pubDate>Wed, 04 Apr 2012 19:27:34 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:11692</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/11692.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=11692</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;Inclusivitie:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;I have been working with the report designer for a while now and I am trying to create a Bar Stacked chart showing the number of Opportunities Won and Lost broken down by month with one bar for each month. I have tried using the data filters in the Data tab but to no avail. I seem to be able to either get it to show the win loss ratio for the whole period or just a count of opportunites closed by month but not the closed status.&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p class="p1"&gt;I can see you&amp;#39;ve already been linked to our webinar series on reports but there was a blog post from 2010 specifically talking about&amp;nbsp;&lt;a target="_blank" href="http://www.methodintegration.com/cs/blogs/methodblog/archive/2010/12/29/charts-in-method-report-designer.aspx"&gt;&lt;span class="s1"&gt;charts&lt;/span&gt;&lt;/a&gt;. &amp;nbsp;In addition, here&amp;#39;s a &lt;a target="_blank" href="http://documentation.devexpress.com/#XtraReports/CustomDocument4576"&gt;&lt;span class="s1"&gt;link&lt;/span&gt;&lt;/a&gt; to documentation about creating a report from DevExpress (the creators of the Report Designer).&lt;/p&gt;
&lt;p class="p1"&gt;Your best bet in the report designer is to start by opening a chart and reverse engineering it. &amp;nbsp;For example, the sales opportunities by month might be a good starting point. &amp;nbsp;I find it helpful to open up 2 instances of report designer; in the first instance I open a Method created report and with the second instance I try to recreate that report with the data I would rather have.&amp;nbsp;&lt;/p&gt;
&lt;p class="p1"&gt;Without looking at the report you&amp;#39;re currently working on it would be very difficult for us to troubleshoot what&amp;#39;s not working. &amp;nbsp;We do offer customization for reports but at double our normal rate for consulting (due to the difficulty of creating reports).&lt;/p&gt;
&lt;p class="p1"&gt;It seems like you have a good understanding of the report designer currently so a little more time and the answer will probably come to you.&lt;/p&gt;
&lt;p class="p1"&gt;Report designer mastery comes with time.&lt;/p&gt;
&lt;p class="p1"&gt;~C&lt;/p&gt;</description></item><item><title>Report Designer: Help with Charts</title><link>http://forums.method.me/cs/forums/thread/11672.aspx</link><pubDate>Tue, 03 Apr 2012 17:33:48 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:11672</guid><dc:creator>Inclusivitie</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/11672.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=11672</wfw:commentRss><description>&lt;p&gt;I have been working with the report designer for a while now and I am trying to create a Bar Stacked chart showing the number of Opportunities Won and Lost broken down by month with one bar for each month. I have tried using the data filters in the Data tab but to no avail. I seem to be able to either get it to show the win loss ratio for the whole period or just a count of opportunites closed by month but not the closed status.&lt;/p&gt;</description></item></channel></rss>