<?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 : Formating Sum Result in group formula</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Formating Sum Result in group formula]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 05:35:41 +0000</pubDate>
  <lastBuildDate>Thu, 27 May 2010 21:21:56 +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=16747</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[Formating Sum Result in group formula : I find temporaly solution, i make...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16747&amp;PID=58706&amp;title=formating-sum-result-in-group-formula#58706</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4686">Zeus</a><br /><strong>Subject:</strong> 16747<br /><strong>Posted:</strong> 27 May 2010 at 9:21pm<br /><br />I find temporaly solution,&nbsp; i make a matrix totalized and i add the total by grup with vb format, then i add to de gruopcaption the total with the format that i want :) tks i have a picture to show but i dont know how to upload the image. meaby some one need same function<br><br>Private Sub GrdInstancias_GroupOrderChangedEx(ByVal Column As XtremeReportControl.IReportColumn, ByVal Reason As XtremeReportControl.XTPReportColumnOrderChangedReason)<br><br>&nbsp; Dim i As Integer<br>&nbsp;&nbsp;&nbsp; Dim Row As ReportRow<br>&nbsp;&nbsp;&nbsp; Dim groupRow As ReportGroupRow<br>&nbsp;&nbsp;&nbsp; Dim xRecord As XtremeReportControl.ReportRecord<br>&nbsp;&nbsp;&nbsp; Dim xRecordItem As XtremeReportControl.ReportRecordItem<br><br>&nbsp;&nbsp;&nbsp; If Reason &amp; xtpReportColumnAddedToGroupby Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; For i = 0 To GrdInstancias.Rows.Count - 1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Row = GrdInstancias.Rows(i)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If Row.groupRow Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set groupRow = Row<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ProveedorBus = Trim(Mid(groupRow.GroupCaption, 8, 100))<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; For M = 1 To 20<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If ProveedorBus = Trim(TotalesxProveedor(M, 1)) Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TotalProveedor = Format(TotalesxProveedor(M, 2), "#,###")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Next M<br>&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; groupRow.GroupCaption = groupRow.GroupCaption &amp; "&nbsp; Gs&nbsp; " &amp; Trim(TotalProveedor)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Next<br>&nbsp;&nbsp;&nbsp; End If<br><br>End Sub<br>]]>
   </description>
   <pubDate>Thu, 27 May 2010 21:21:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16747&amp;PID=58706&amp;title=formating-sum-result-in-group-formula#58706</guid>
  </item> 
  <item>
   <title><![CDATA[Formating Sum Result in group formula : thanks Aaron i will write to support ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16747&amp;PID=58686&amp;title=formating-sum-result-in-group-formula#58686</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4686">Zeus</a><br /><strong>Subject:</strong> 16747<br /><strong>Posted:</strong> 26 May 2010 at 3:09pm<br /><br />thanks Aaron i will write to support]]>
   </description>
   <pubDate>Wed, 26 May 2010 15:09:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16747&amp;PID=58686&amp;title=formating-sum-result-in-group-formula#58686</guid>
  </item> 
  <item>
   <title><![CDATA[Formating Sum Result in group formula : Hi,  I don&amp;#039;t see a way...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16747&amp;PID=58680&amp;title=formating-sum-result-in-group-formula#58680</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 16747<br /><strong>Posted:</strong> 26 May 2010 at 10:22am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I don't see a way to get the thousands separator into a GroupFormat with last version so the only option is to submit a request and hope CodeJock will add this in next release. Just write to&nbsp;support <a href="http://www.codejock.com/support/" target="_blank">http://www.codejock.com/support/</A>&nbsp;and ask if they are going to implement this in next version. Or use IssueTracker <a href="https://support.codejock.com/" target="_blank">https://support.codejock.com/</A>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>You have my vote on this <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 26 May 2010 10:22:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16747&amp;PID=58680&amp;title=formating-sum-result-in-group-formula#58680</guid>
  </item> 
  <item>
   <title><![CDATA[Formating Sum Result in group formula : hi Aaron tks for the reply how...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16747&amp;PID=58670&amp;title=formating-sum-result-in-group-formula#58670</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4686">Zeus</a><br /><strong>Subject:</strong> 16747<br /><strong>Posted:</strong> 25 May 2010 at 6:42pm<br /><br />hi Aaron tks for the reply how i do that? i confussed]]>
   </description>
   <pubDate>Tue, 25 May 2010 18:42:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16747&amp;PID=58670&amp;title=formating-sum-result-in-group-formula#58670</guid>
  </item> 
  <item>
   <title><![CDATA[Formating Sum Result in group formula : Hi,  Would be better if Regional...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16747&amp;PID=58668&amp;title=formating-sum-result-in-group-formula#58668</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 16747<br /><strong>Posted:</strong> 25 May 2010 at 3:59pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Would be better if Regional settings would control the GroupFormat, looks like you get stuck without thousands separator but maybe CJ will fix this in next release <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 25 May 2010 15:59:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16747&amp;PID=58668&amp;title=formating-sum-result-in-group-formula#58668</guid>
  </item> 
  <item>
   <title><![CDATA[Formating Sum Result in group formula : I used the nex code in a groupformula...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16747&amp;PID=58652&amp;title=formating-sum-result-in-group-formula#58652</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4686">Zeus</a><br /><strong>Subject:</strong> 16747<br /><strong>Posted:</strong> 24 May 2010 at 4:28pm<br /><br />I used the nex code in a groupformula :<br><br>Private Sub GrdInstancias_GroupOrderChangedEx(ByVal Column As XtremeReportControl.IReportColumn, ByVal Reason As XtremeReportControl.XTPReportColumnOrderChangedReason)<br><br>&nbsp; Dim i As Integer<br>&nbsp;&nbsp;&nbsp; Dim Row As ReportRow<br>&nbsp;&nbsp;&nbsp; Dim groupRow As ReportGroupRow<br>&nbsp;&nbsp;&nbsp; Dim xRecord As XtremeReportControl.ReportRecord<br>&nbsp;&nbsp;&nbsp; Dim xRecordItem As XtremeReportControl.ReportRecordItem<br><br>&nbsp;&nbsp;&nbsp; If Reason &amp; xtpReportColumnAddedToGroupby Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; For i = 0 To GrdInstancias.Rows.Count - 1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Row = GrdInstancias.Rows(i)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If Row.groupRow Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set groupRow = Row<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; groupRow.GroupFormat = " Subtotal Gs. " &amp; "%0f"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; groupRow.GroupFormula = "SUMSUB(R*C8:R*C9)"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; groupRow.GroupCaption = "x"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Next<br>&nbsp;&nbsp;&nbsp; End If<br><br>End Sub<br><br>These code work perfect but mi problem is that i need the result in this format 1.000.598 with thousen separator<br>how can i do that? i read all the documentation for the report control but i dont find a solve<br>any help will be apreciated<br>Tks<img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="absmiddle"><br><br><br>]]>
   </description>
   <pubDate>Mon, 24 May 2010 16:28:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16747&amp;PID=58652&amp;title=formating-sum-result-in-group-formula#58652</guid>
  </item> 
 </channel>
</rss>