<?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: No Child Rows in Report Designer</title><link>http://forums.method.me/cs/forums/thread/31802.aspx</link><pubDate>Thu, 17 Mar 2016 14:45:39 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:31802</guid><dc:creator>fran</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/31802.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=31802</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;HI Rick,&lt;span id="mce_4_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;Not quite sure what you are doing..but...&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;span id="mce_1_start" style="overflow:hidden;"&gt;I&lt;/span&gt;f you just want to find records where SO exists, why is your report not using the SO table as master and SOLine (if need) as detail or &lt;span id="mce_2_start" style="overflow:hidden;"&gt;your&lt;span id="mce_6_start" style="overflow:hidden;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;SO Pkg&lt;span id="mce_3_start" style="overflow:hidden;"&gt; detail. &lt;span id="mce_11_start" style="overflow:hidden;"&gt;&lt;/span&gt;&amp;nbsp;Only SO will be in the SO table.&amp;nbsp;&lt;/span&gt;&amp;nbsp;&lt;span id="mce_5_start" style="overflow:hidden;"&gt;&lt;span id="mce_7_start" style="overflow:hidden;"&gt;&lt;span id="mce_10_start" style="overflow:hidden;"&gt;&lt;span id="mce_12_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&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;I have found that the report generator action can be kinda fussy as to what record id&amp;#39;s are chosen for a report and can be based on screen you are on. Its frsutrating, cause you expect the report to&amp;nbsp;follow the rules of the Report you set up and not be governed by the scren you are on.&amp;nbsp;&lt;span id="mce_9_start" style="overflow:hidden;"&gt;&lt;/span&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;span style="overflow:hidden;"&gt;hope that helps...&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: No Child Rows in Report Designer</title><link>http://forums.method.me/cs/forums/thread/31799.aspx</link><pubDate>Wed, 16 Mar 2016 22:30:35 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:31799</guid><dc:creator>Rick</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/31799.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=31799</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;Hi Mike&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;Imagine I was looking at&amp;nbsp;customers and their sales orders. I have 3 customers, 2 of which have ordered off me.&amp;nbsp; My data would look like:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Customer&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SalesOrderNo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount&lt;/p&gt;
&lt;p&gt;Customer 1&lt;/p&gt;
&lt;p&gt;Customer 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $50&lt;/p&gt;
&lt;p&gt;Customer 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $100&lt;/p&gt;
&lt;p&gt;My master table in the report is the customer with the detail table of the Sales Order.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I only want a row to be returned where a sales order exists.&lt;/p&gt;
&lt;p&gt;I have looked at setting the filter in the generate report action on my button, to filter where the SalesOrderNo is blank, but I am getting the following error:&lt;/p&gt;
&lt;p&gt;&lt;span class="pspan"&gt;Error^Action Sequence Order:1^ERROR:You have specified that a filter should be applied to your report, however no filter criteria was sent. For security purposes, this report cannot be shown.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Any help appreciated!&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Rick&lt;/p&gt;</description></item><item><title>Re: No Child Rows in Report Designer</title><link>http://forums.method.me/cs/forums/thread/31753.aspx</link><pubDate>Thu, 10 Mar 2016 18:49:34 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:31753</guid><dc:creator>MikeB</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/31753.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=31753</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;I&amp;#39;m not sure I fully understand your issue, but perhaps this will help&lt;span id="mce_1_start" style="overflow:hidden;"&gt;...?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;Filter for your SalesOrderPackage (yes only) at the Method Screen level&lt;span id="mce_2_start" style="overflow:hidden;"&gt;. You can do it in the report properties.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: No Child Rows in Report Designer</title><link>http://forums.method.me/cs/forums/thread/31748.aspx</link><pubDate>Thu, 10 Mar 2016 11:01:31 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:31748</guid><dc:creator>Rick</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/31748.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=31748</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;Hi&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Please can anyone shed any light on this. &amp;nbsp;I have a hack which is to add my required fields from the SalesOrder as linked fields on my child table, but it doesn&amp;#39;t seem a very elegant solution!&lt;/p&gt;
&lt;p&gt;Any guidance/pointers appreciated.&lt;/p&gt;
&lt;p&gt;Rick&lt;/p&gt;</description></item><item><title>No Child Rows in Report Designer</title><link>http://forums.method.me/cs/forums/thread/31718.aspx</link><pubDate>Mon, 07 Mar 2016 17:08:14 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:31718</guid><dc:creator>Rick</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/31718.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=31718</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I have created a new object called SalesOrderPackage to store details of the shipping packages s&lt;span id="mce_0_start" style="overflow:hidden;"&gt;ent to customers to fulfill orders.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;I now want a report which shows all sales orders where a SalesOrderPackage exists. &amp;nbsp;I have created a report on the SalesOrder table with the S&lt;span id="mce_1_start" style="overflow:hidden;"&gt;alesOrderPackage linked as a child to it, however my report is listing all orders with or without an&lt;span id="mce_2_start" style="overflow:hidden;"&gt;y&lt;/span&gt; packages associated. &amp;nbsp;How do I change the report so it only returns rows where there is a SalesOrderPackage&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Rick&lt;/p&gt;</description></item></channel></rss>