<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Grouped Records</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Grouped Records]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 05 Jun 2026 04:53:40 +0000</pubDate>
  <lastBuildDate>Wed, 29 Apr 2009 13:42:06 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=14160</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Grouped Records : Ok.. I&amp;#039;ll simplify my question:Is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14160&amp;PID=48476&amp;title=grouped-records#48476</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2657">Algae</a><br /><strong>Subject:</strong> 14160<br /><strong>Posted:</strong> 29 April 2009 at 1:42pm<br /><br />Ok.. I'll simplify my question:<br><br>Is there a method to get the grouped rows (or records) under a group row? The group row being the one with the +/- box.&nbsp;<img src="http://forum.codejock.com/smileys/smiley16.gif" border="0" align="absmiddle">]]>
   </description>
   <pubDate>Wed, 29 Apr 2009 13:42:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14160&amp;PID=48476&amp;title=grouped-records#48476</guid>
  </item> 
  <item>
   <title><![CDATA[Grouped Records : Does anyone know of a good method...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14160&amp;PID=48413&amp;title=grouped-records#48413</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2657">Algae</a><br /><strong>Subject:</strong> 14160<br /><strong>Posted:</strong> 27 April 2009 at 4:32pm<br /><br />Does anyone know of a good method to create a combined record based on grouped columns?<br><br>For instance, records (rows) are grouped on column 1 and 2:<br><br>Col 1 <br>______<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | Col 2 <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |______<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; Col 1 | Col 2 | Col 3 | Col 4<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -------------------------------<br>Row 1| &nbsp; A&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; B&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp; C&nbsp;&nbsp; |&nbsp;&nbsp; D<br>--------------------------------------<br>Row 2|&nbsp;&nbsp; A&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; B&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp; E&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; F<br><br><br>a) I want to create a new record when any Rows are grouped. <br>Example when: (Row 1, Col 1) == (Row 2, Col 1) &amp;&amp; (Row 1, Col 2) == (Row 2, Col 2).<br>My method of finding the first grouped row is pretty convoluted where I have to test all the columns against the ordered column list and so on. Making a new record based on the found row is a simple process of copying the found row record to a new record.<br><br>The result should be: New Record (A, B, C, D)<br><br>b) Now I want to append whatever doesn't match from Record 2 to this new record! <br><br>The result should be New Record (A, B, C, D, E, F)<br><br>It seems like it should be simple, but I've really ended up with quite a mess trying to get the collection of rows under the same "grouped by" column(s). Is there an easy method to grab all the rows under a Grouping? Digging through the code I've found the CXTPReportColumnOrder which gives me the ordered column list, but nothing to indicate which rows or records are indeed Grouped.<br><br>Thanks in advance for any tips on how to accomplish this.<br><br><br>]]>
   </description>
   <pubDate>Mon, 27 Apr 2009 16:32:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14160&amp;PID=48413&amp;title=grouped-records#48413</guid>
  </item> 
 </channel>
</rss>