<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : Unanswered Discussions - Reporting</title>
    <link>https://forums.adobe.com/community/coldfusion/coldfusion_reporting?view=discussions&amp;filter=open</link>
    <description>Unanswered Discussion Threads in Reporting</description>
    <language>en</language>
    <pubDate>Mon, 20 Oct 2014 17:01:05 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-10-20T17:01:05Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>property inspector missing</title>
      <link>https://forums.adobe.com/thread/1612604</link>
      <description>&lt;!-- [DocumentBodyStart:62bba466-489c-496c-8f1a-a939efbd7b8a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Property inspector of my ColdFusion Report Builder 10 missing suddenly, I tried to use View --&amp;gt; Panels --&amp;gt; Properties and Windows --&amp;gt; Inspector Properties, but it does not show.&lt;/p&gt;&lt;p&gt;Are there any way to show Properties Inspector from hiding?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Your help and information is great appreciated,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;iccsi,&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:62bba466-489c-496c-8f1a-a939efbd7b8a] --&gt;&lt;img src='/beacon?t=1415918187105' /&gt;</description>
      <pubDate>Mon, 20 Oct 2014 17:01:05 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1612604</guid>
      <dc:date>2014-10-20T17:01:05Z</dc:date>
      <clearspace:dateToText>3 weeks 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfchart yaxis scale is wrong when combining bar and line charts</title>
      <link>https://forums.adobe.com/thread/1603238</link>
      <description>&lt;!-- [DocumentBodyStart:5b82da71-6294-4067-9324-cfbcf1467000] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi, I am trying to combine a bar and line chart ti display data.&amp;nbsp; Everything looks good except that the yaxis scale is off.&amp;nbsp; I set the scaleMin to 0 but that doesn't help.&amp;nbsp; Below is my code, the custom XML style and a screen shot.&amp;nbsp; My ultimate goal is to get the yaxis to start at 0, not -1,000 as is currently the case.&amp;nbsp; I have combined this data with each set represented as bar charts and do not have this problem.&amp;nbsp; It must be the combo of bar and line charts together.&amp;nbsp; Any assistance is most appreciated.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6824563-684027/pastedImage_0.png"&gt;&lt;img alt="" class="jive-image image-1" height="259" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6824563-684027/420-259/pastedImage_0.png" style="width: 420px; height: 258.774px;" width="420"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfchart title = "#variables.ReportName# Seedlings Ordered"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; style = "../SO_R_overall.xml"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Format = "PNG"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pieSliceStyle = "solid"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; show3D = "no"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; showBorder = "yes" &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; showLegend = "yes"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tipStyle = "MouseOver"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; chartHeight = "#DefinedChartHeight#" &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; chartWidth = "#DefinedChartWidth#"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; font="arial"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fontsize="12"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fontBold="yes"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; scaleFrom="0"&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfchartseries &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type="bar"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; seriesLabel="Goal"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; query="getDivisionGoalsByDivision"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; valueColumn="divisiongoal"&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; itemColumn = "division"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dataLabelStyle="Value"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; seriesColor="99CCFF"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cfchartseries&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfchartseries &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type="line"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; seriesLabel="Ordered"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; query="getQTYordered"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; valueColumn="QTYordered"&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; itemColumn = "division"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dataLabelStyle="Value"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; seriesColor="green"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cfchartseries&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfchart&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;***************** Custom Chart Style called *****************&lt;/p&gt;&lt;p&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;frameChart is3D="false"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;frame xDepth="3" yDepth="3" outline="#333333" lightColor="white" &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; leftAxisPlacement="Front" rightAxisPlacement="Front" stripColor="#CCCCCC"/&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xAxis scaleMin="0"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;labelStyle isHideOverlapped="false" orientation="Horizontal"/&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;titleStyle font="Arial-10-bold" isMultiline="true"&amp;gt;Division&amp;lt;/titleStyle&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/xAxis&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;yAxis scaleMin="0"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;titleStyle font="Arial-10-bold"/&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dateTimeStyle majorUnit="Year" minorUnit="Month"/&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;labelFormat style="Pattern" pattern="#,##0"/&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/yAxis&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dataLabels font="Arial-10" foreground="black" autoControl="true"/&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;legend&amp;gt; &lt;/p&gt;&lt;p&gt;&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;lt;![CDATA[ $(rowLabel)&amp;nbsp; ]]&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/legend&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;decoration style="RoundShadow"/&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;popup background="#C8FFFFFF" foreground="#333333"/&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;paint paint="Plain"/&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;insets left="5" top="5" right="5" bottom="5"/&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/frameChart&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5b82da71-6294-4067-9324-cfbcf1467000] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">line</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">xml</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">bar</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">coldfusion</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">cfchart</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">cfchartseries</category>
      <pubDate>Tue, 14 Oct 2014 15:46:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1603238</guid>
      <dc:date>2014-10-14T15:46:12Z</dc:date>
      <clearspace:dateToText>1 month 4 hours from now</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Fonts are not embedding in CFRB10, and CFRB11 reports it is still version 10??</title>
      <link>https://forums.adobe.com/thread/1591613</link>
      <description>&lt;!-- [DocumentBodyStart:1fc43c9c-0727-490e-b02c-581bec08fdf3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;So, I have a report built using CFR Builder 10 with the fonts all marked as "embedded font" in order to make the report look as it should. However the fonts default to Helvetica when it generates.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So - I need to know why this is not working properly, since it should. All the HELP notes is that the PDF file will be larger with embedded fonts, which everyone should know already.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Second : I upgraded to CFRB11 to see if that issue was fixed, but when it opens it looks the same as CFRB10 and the HELP/ABOUT menu shows it is still version 10?? Is this just a bug or is Adobe pawning off version 10 as version 11. It should be a new version with the new CF version since it would need to include new functions etc, as well as have any issues fixed since version 10, of which there were a few.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any ideas on either - or response from ADOBE?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I miss Macromedia, at least they always had staff members answering forum posts often.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1fc43c9c-0727-490e-b02c-581bec08fdf3] --&gt;</description>
      <pubDate>Thu, 02 Oct 2014 16:06:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1591613</guid>
      <dc:date>2014-10-02T16:06:07Z</dc:date>
      <clearspace:dateToText>1 month 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Reporting width scale and change group</title>
      <link>https://forums.adobe.com/thread/1586115</link>
      <description>&lt;!-- [DocumentBodyStart:dbef12f3-5e41-427c-8831-1a2c18555901] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a chart data source for 25 columns and assign to my line chart data source.&lt;/p&gt;&lt;p&gt;The chart shows data but only use 50 percent of the chart width.&lt;/p&gt;&lt;p&gt;I would like to have my chart extend the full width of the report which is landscape orientation.&lt;/p&gt;&lt;p&gt;Are there any property to set stretch the whole width?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My report has group like element 1, element 2. Chart has evaluation group property to set.&lt;/p&gt;&lt;p&gt;I set it to my group name which is MyElement, but it seems that the chart prints the same chart for the all group.&lt;/p&gt;&lt;p&gt;Are there any property to set the the chart print different chart base on the group.&lt;/p&gt;&lt;p&gt;I have my chart in Group Footer. Should I have it in detail band?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks a million for the information and help,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Iccsi,&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dbef12f3-5e41-427c-8831-1a2c18555901] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">reporting.</category>
      <pubDate>Fri, 26 Sep 2014 15:46:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1586115</guid>
      <dc:date>2014-09-26T15:46:13Z</dc:date>
      <clearspace:dateToText>1 month 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>sub report size at design time</title>
      <link>https://forums.adobe.com/thread/1578830</link>
      <description>&lt;!-- [DocumentBodyStart:9b56b4e2-35f0-45a9-91e3-d072d6a29afe] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I noticed that the size of sub report is limited on the main report at design time.&lt;/p&gt;&lt;p&gt;For example, if I have sub report hight at 1" then the maximum height will be 1" on the report at run time.&lt;/p&gt;&lt;p&gt;The design area has limit too, so if this is the case, my report design area is limited to my report.&lt;/p&gt;&lt;p&gt;Please let me know if I am wrong, or any work around for this,&lt;/p&gt;&lt;p&gt;Your help and information is great appreciated,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Iccsi,&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9b56b4e2-35f0-45a9-91e3-d072d6a29afe] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">reporting.</category>
      <pubDate>Thu, 18 Sep 2014 20:52:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1578830</guid>
      <dc:date>2014-09-18T20:52:26Z</dc:date>
      <clearspace:dateToText>1 month 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Specify Excel sheet name</title>
      <link>https://forums.adobe.com/thread/1577545</link>
      <description>&lt;!-- [DocumentBodyStart:71d65190-69df-4611-9fac-139ed2193edc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a report and use Excel as its format.&lt;/p&gt;&lt;p&gt;The Excel sheet always name ColdFusionReport.&lt;/p&gt;&lt;p&gt;I would like to know are there any way to customize the Excel sheet name and it is possible to have the report pages become sheet 1, sheet 2.... instead of all pages on the first sheet.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Your help and information is great appreciated,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Iccsi,&amp;nbsp; &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:71d65190-69df-4611-9fac-139ed2193edc] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">reporting.</category>
      <pubDate>Wed, 17 Sep 2014 15:11:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1577545</guid>
      <dc:date>2014-09-17T15:11:27Z</dc:date>
      <clearspace:dateToText>1 month 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>report type flashpaper</title>
      <link>https://forums.adobe.com/thread/1565523</link>
      <description>&lt;!-- [DocumentBodyStart:4e0ce95b-d61e-4ca0-b32b-5382f1ca04f0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I created a couple of reports and try to run different format.&lt;/p&gt;&lt;p&gt;I just realized that some report works flashpaper, but some of them do not.&lt;/p&gt;&lt;p&gt;I set default format to flashpaper at design time for all reports.&lt;/p&gt;&lt;p&gt;The reports work for PDF, Excel, RTF, XML and HTML, but for flashpaper some of them work, some of them do not.&lt;/p&gt;&lt;p&gt;I would like to know are there any property and code need to set it works.&lt;/p&gt;&lt;p&gt;I use IE 8 which should support flashpaper, since some of the reports work.&lt;/p&gt;&lt;p&gt;Your help and information is great appreciated,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Iccsi,&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4e0ce95b-d61e-4ca0-b32b-5382f1ca04f0] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">reporting.</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">coldfusion 8</category>
      <pubDate>Thu, 04 Sep 2014 14:35:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1565523</guid>
      <dc:date>2014-09-04T14:35:28Z</dc:date>
      <clearspace:dateToText>2 months 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Stop printing of Blank Pages</title>
      <link>https://forums.adobe.com/thread/1519837</link>
      <description>&lt;!-- [DocumentBodyStart:26d81c87-7ce2-4765-bff8-050bff0774a2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Each section on a Bill is checked for a specific condition in the 'Print When Condition'. This can cause blank pages to be created and printed, it there a way to not print blank pages?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I use CF10&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:26d81c87-7ce2-4765-bff8-050bff0774a2] --&gt;</description>
      <pubDate>Fri, 11 Jul 2014 16:02:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1519837</guid>
      <dc:date>2014-07-11T16:02:09Z</dc:date>
      <clearspace:dateToText>2 months 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>8</clearspace:messageCount>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Print When with two conditions</title>
      <link>https://forums.adobe.com/thread/1518322</link>
      <description>&lt;!-- [DocumentBodyStart:59dcd1ed-df52-409c-84a2-115a407b61d8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I only want to print a page if two conditions are met. On each section I am using the following Print When Condition:&lt;/p&gt;&lt;p&gt;DateFormat(query.asofdate, "mm/dd/yyyy") NEQ DateFormat(calc.AmtDate, "mm/dd/yyyy")&amp;nbsp; AND LSNumberFormat((query.bal + calc.anticipated), "_.__") LTE LSNumberFormat(25.00, "_.__").&lt;/p&gt;&lt;p&gt;The date check works great by itself and the amount check works great by itself but I can't get them to work together. Any ideas?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am using CF10.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:59dcd1ed-df52-409c-84a2-115a407b61d8] --&gt;</description>
      <pubDate>Wed, 09 Jul 2014 19:15:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1518322</guid>
      <dc:date>2014-07-09T19:15:47Z</dc:date>
      <clearspace:dateToText>4 months 16 hours ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Charts get corrupted using CFReportBuilder 10 in Windows 8.1</title>
      <link>https://forums.adobe.com/thread/1486876</link>
      <description>&lt;!-- [DocumentBodyStart:23ceaa29-792e-4f88-8791-3e365e1a1102] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Reports that we created that contain Charts, using Windows Vista to author, stop working and error "resource unreadable" when we open and save the report using Win 8.1 64bit.&amp;nbsp; Everything else in the reports will work fine, but the charts become corrupted and unrecoverable.&amp;nbsp; Is there a patch or newer version of CFReportBuilder to fix this?&amp;nbsp; I tried the CFReportBuilder version available with CF11 and get the same results...&lt;/p&gt;&lt;p&gt;Thanks in advance for any advice!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Marshall.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:23ceaa29-792e-4f88-8791-3e365e1a1102] --&gt;</description>
      <pubDate>Sat, 31 May 2014 22:18:16 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1486876</guid>
      <dc:date>2014-05-31T22:18:16Z</dc:date>
      <clearspace:dateToText>5 months 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Stretch with overflow</title>
      <link>https://forums.adobe.com/thread/1452725</link>
      <description>&lt;!-- [DocumentBodyStart:1272e1e0-ad82-425d-bad0-571baa835b88] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a CF 10 report with an Excel Output format. One of my columns needs to stretch. When I set the Fromatting "Stretch with Over to True" and the Print Control "Position Type" to Floating and the "Stretch Type to Relative to Band Height" for all the fields on my detail I get an exxtra line in my excel output when there is an overflow condition. I am including an image of the output.&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6307166-630662/Example.JPG"&gt;&lt;img alt="Example.JPG" class="jive-image jive-image-thumbnail" height="96" onclick="" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6307166-630662/710-96/Example.JPG" width="710"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;What am I missing?&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1272e1e0-ad82-425d-bad0-571baa835b88] --&gt;</description>
      <pubDate>Thu, 17 Apr 2014 14:25:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1452725</guid>
      <dc:date>2014-04-17T14:25:58Z</dc:date>
      <clearspace:dateToText>6 months 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfreturn variable return separate fields</title>
      <link>https://forums.adobe.com/thread/1450450</link>
      <description>&lt;!-- [DocumentBodyStart:a6687ac6-4b6f-4906-8095-ced098f98f17] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am creating a report in CF 10 report builder. I have a function that returns two separate fields in one variable I need to have the two fields returned separately, my output is an excel worksheet. Any advise will be greatly appreciated. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a6687ac6-4b6f-4906-8095-ced098f98f17] --&gt;</description>
      <pubDate>Mon, 14 Apr 2014 20:10:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1450450</guid>
      <dc:date>2014-04-14T20:10:38Z</dc:date>
      <clearspace:dateToText>6 months 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Coldfusion report builder download has no help included</title>
      <link>https://forums.adobe.com/thread/1442614</link>
      <description>&lt;!-- [DocumentBodyStart:46640528-ae71-4431-8df8-be16922c09e0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I just downloaded both the CF Report builder versions for 8 and 9 and there is no English language help file included.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does anyone know where or how I can download this?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Clicking on help just gives you a warning saying 'MS Html Help is not installed on this PC.'&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Michael&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:46640528-ae71-4431-8df8-be16922c09e0] --&gt;</description>
      <pubDate>Thu, 03 Apr 2014 10:06:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1442614</guid>
      <dc:date>2014-04-03T10:06:20Z</dc:date>
      <clearspace:dateToText>5 months 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>how to hide a report builder field if it is zero</title>
      <link>https://forums.adobe.com/thread/1441819</link>
      <description>&lt;!-- [DocumentBodyStart:fa245fd4-5ff5-4ecf-8b37-3d842f3fc78f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am using Coldfusion Report Builder. If the value of a feild is zero, how can I hide it or show a blank. Keep in mind this field is a DollarFormat() field.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fa245fd4-5ff5-4ecf-8b37-3d842f3fc78f] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">builder</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">coldfusion</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">report</category>
      <pubDate>Wed, 02 Apr 2014 14:44:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1441819</guid>
      <dc:date>2014-04-02T14:44:25Z</dc:date>
      <clearspace:dateToText>7 months 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Report Builder Query Concating two fields</title>
      <link>https://forums.adobe.com/thread/1405998</link>
      <description>&lt;!-- [DocumentBodyStart:b5e5a254-792f-43d7-852b-45ed7409ced5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have two fields that I need to concatenate after I have performed a calcutation. I am taking a school year and subtracting 5 years. &lt;/p&gt;&lt;p&gt;School Year = 201314. I want the result to be 200809 so that I can select any courses that have a School Year greater than 200809.&lt;/p&gt;&lt;p&gt;I have tried many variations of:&lt;/p&gt;&lt;p&gt;LEFT(sysvar.cur_schyr,4) - 5 + RIGHT(sysvar.cur_schyr,2) - 5 as "B4SchYr" this adds 2009 + 08 and gives me 2017 when I want 200809 returned. How do I treat the numeric strings as characters?&lt;/p&gt;&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b5e5a254-792f-43d7-852b-45ed7409ced5] --&gt;</description>
      <pubDate>Thu, 13 Feb 2014 19:42:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1405998</guid>
      <dc:date>2014-02-13T19:42:32Z</dc:date>
      <clearspace:dateToText>8 months 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>ColdFusion and SSRS</title>
      <link>https://forums.adobe.com/thread/1396884</link>
      <description>&lt;!-- [DocumentBodyStart:e99e176f-1e31-4ab1-ba12-80b4eeabd151] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello all,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How do I get ColdFusion to authenticate a user into SSRS? I'd like to get a way for a user to view a report in SSRS without providing any credentials.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e99e176f-1e31-4ab1-ba12-80b4eeabd151] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">ssrs</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">colfusion</category>
      <pubDate>Mon, 03 Feb 2014 18:21:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1396884</guid>
      <dc:date>2014-02-03T18:21:08Z</dc:date>
      <clearspace:dateToText>9 months 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>"Chat with an agent" has 2-HOUR+ wait time !!!</title>
      <link>https://forums.adobe.com/thread/1381554</link>
      <description>&lt;!-- [DocumentBodyStart:87b6739f-4f8a-478d-81ce-7718c8e9ba81] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Does Adobe think customer service is a joke?&amp;nbsp;&amp;nbsp; Why is a 2-hour wait time acceptable?&amp;nbsp; Someone contact me at &lt;a class="jive-link-email-small" href="mailto:b2bn@hotmail.com"&gt;b2bn@hotmail.com&lt;/a&gt; regarding a refund for an Adobe product I recently purchased.&amp;nbsp; If not I'll just have to dispute the charge with my credit card company.&amp;nbsp; Regardless of your attempt, forcing customers to wait over 2-hours for customer service will not stop me from getting a refund.&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Tip - if you want to learn about a company and how much they value their customers, see how long it take to get in touch with customer service.&amp;nbsp; That will tell you all you need to know.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:87b6739f-4f8a-478d-81ce-7718c8e9ba81] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">refund</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">customer_service</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">chat_with_agent</category>
      <pubDate>Thu, 16 Jan 2014 19:07:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1381554</guid>
      <dc:date>2014-01-16T19:07:21Z</dc:date>
      <clearspace:dateToText>1 month 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>What is wrong here with my quick selection tool and tekst</title>
      <link>https://forums.adobe.com/thread/1357893</link>
      <description>&lt;!-- [DocumentBodyStart:66e470f5-2ee5-48c5-b887-5f772e8b08e5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi I have ti right clik to se the selectet I show you a video so you can see because of my engles spelling is not the best here is the link&amp;nbsp; &lt;a class="jive-link-external-small" href="https://www.facebook.com/photo.php?v=370911783055696&amp;amp;set=vb.100004106312048&amp;amp;type=2&amp;amp;theater" rel="nofollow"&gt;https://www.facebook.com/photo.php?v=370911783055696&amp;amp;set=vb.100004106312048&amp;amp;type=2&amp;amp;theater&lt;/a&gt; &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:66e470f5-2ee5-48c5-b887-5f772e8b08e5] --&gt;</description>
      <pubDate>Fri, 13 Dec 2013 21:06:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1357893</guid>
      <dc:date>2013-12-13T21:06:37Z</dc:date>
      <clearspace:dateToText>10 months 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>ColdFusion Report Builder - 2 page layout.</title>
      <link>https://forums.adobe.com/thread/1328778</link>
      <description>&lt;!-- [DocumentBodyStart:30e16828-260d-435c-a9b6-753c176c5b9f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Good morning, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there a method which would allow me to create a ColdFusion report with a 2 page layout?&amp;nbsp; On the odd pages (the front side), this page would include the data relating to the report and on the even pages (the back side) would include a legend and would be the same on every even page.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- Chris&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:30e16828-260d-435c-a9b6-753c176c5b9f] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">coldfusion</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">coldfusion_report_builder</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">adobe_coldfusion_10</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">2_page_layout</category>
      <pubDate>Tue, 05 Nov 2013 14:43:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1328778</guid>
      <dc:date>2013-11-05T14:43:48Z</dc:date>
      <clearspace:dateToText>1 year 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>hyperlink control</title>
      <link>https://forums.adobe.com/thread/1325384</link>
      <description>&lt;!-- [DocumentBodyStart:92174035-704e-453b-b39a-b7192aedabd3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I would like to have a control to have hyper link based on data source.&lt;/p&gt;&lt;p&gt;I would like to know does Report Builder have any controls that I can set hyper link based on data.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Your help and information is great appreciated,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Iccsi,&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:92174035-704e-453b-b39a-b7192aedabd3] --&gt;</description>
      <pubDate>Thu, 31 Oct 2013 00:18:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1325384</guid>
      <dc:date>2013-10-31T00:18:52Z</dc:date>
      <clearspace:dateToText>1 year 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>sub report in column header</title>
      <link>https://forums.adobe.com/thread/1321315</link>
      <description>&lt;!-- [DocumentBodyStart:f503e03a-bb54-43f3-8120-fbe265451efc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;h1 style="color: black;"&gt;&lt;span style="font-size: 10pt;"&gt;Infinite loop creating new page due to column header overflow. &lt;/span&gt;&lt;/h1&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="color: black;"&gt;I have a sub report on the column header which works, &lt;/p&gt;&lt;p style="color: black;"&gt;Because my sub report return different records from data source, it fails and get infinite loop error message like above when I have 9 records, it works less than 9 records.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="color: black;"&gt;I would like to know my sub report returns records some times more, are there any place for my subreport?&lt;/p&gt;&lt;p style="color: black;"&gt;Are there limit for sub report?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="color: black;"&gt;Your help and information is great appreciated,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="color: black;"&gt;Regards,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="color: black;"&gt;Iccsi,&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f503e03a-bb54-43f3-8120-fbe265451efc] --&gt;</description>
      <pubDate>Thu, 24 Oct 2013 15:48:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1321315</guid>
      <dc:date>2013-10-24T15:48:22Z</dc:date>
      <clearspace:dateToText>1 year 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>insert sub report error message</title>
      <link>https://forums.adobe.com/thread/1320038</link>
      <description>&lt;!-- [DocumentBodyStart:4a81866b-adfe-4923-a101-e81f328db62b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Object: TfrmWizardTemplate, frmWizardTemplate&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Exception:'String) into type (Boolean) when evaluation instruction OperEqual ($0' is not a value integer value&lt;/p&gt;&lt;p&gt;See error log for stack trace.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I got above error message while I insert a sub report to my report and I am unable to close Report Builde/ I had to use task manager to end task to close Report Builder.&lt;/p&gt;&lt;p&gt;The cancel, previouse, Next and Finish buttons are disabled on the sureport source form.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Your help and information is great appreciated,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Iccsi,&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4a81866b-adfe-4923-a101-e81f328db62b] --&gt;</description>
      <pubDate>Tue, 22 Oct 2013 20:59:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1320038</guid>
      <dc:date>2013-10-22T20:59:32Z</dc:date>
      <clearspace:dateToText>1 year 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>second sub report</title>
      <link>https://forums.adobe.com/thread/1320017</link>
      <description>&lt;!-- [DocumentBodyStart:ca90ff37-789a-4d07-99ee-17758e0d44e9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a report which has one sub report and works.&lt;/p&gt;&lt;p&gt;I just move this sub report from column footer to rpeort footer and add a new sub report to column report.&lt;/p&gt;&lt;p&gt;The main report and first sub report works still the same, but second sub report added does not show on the report.&lt;/p&gt;&lt;p&gt;The usb report works fine itself.&lt;/p&gt;&lt;p&gt;I just wanted to know are there any particular configure for more than one subreport on the report.&lt;/p&gt;&lt;p&gt;Your help and information is great appreciated,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Iccsi,&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ca90ff37-789a-4d07-99ee-17758e0d44e9] --&gt;</description>
      <pubDate>Tue, 22 Oct 2013 20:24:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1320017</guid>
      <dc:date>2013-10-22T20:24:42Z</dc:date>
      <clearspace:dateToText>1 year 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Page Footer whitespace</title>
      <link>https://forums.adobe.com/thread/1304237</link>
      <description>&lt;!-- [DocumentBodyStart:992e0477-19c8-4883-bf37-8e384c902362] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have an invoice report that had N number of line items with N number of lines of description per line item. The invoice displays all of the line items, and then at the bottom of the last page, it provides a signature block for the customer to sign. Here is my problem: If I put the signature block in the page footer, it's displayed at the bottom - which I want - but repeated on every page. If I put the signature block in the report footer, it's displayed on the last page - which I want - but immediately following the last line item. I need it at the bottom of the last page only. The closest I have gotten is to try and predict the number of page that I will have and then hide the page footer until (what I think will be) the last page. However, this still have the page footer whitespace to show up which isn't right.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:992e0477-19c8-4883-bf37-8e384c902362] --&gt;</description>
      <pubDate>Thu, 26 Sep 2013 08:50:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1304237</guid>
      <dc:date>2013-09-26T08:50:22Z</dc:date>
      <clearspace:dateToText>1 year 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>8</clearspace:messageCount>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Reporting: If statement and Sum statement</title>
      <link>https://forums.adobe.com/thread/1302086</link>
      <description>&lt;!-- [DocumentBodyStart:52a90484-0291-4d9c-919e-a6e833590fe8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have an instructors schedule that shows each time a course is taught for example:&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Course&amp;nbsp;&amp;nbsp; Credits&amp;nbsp;&amp;nbsp; Day&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;AAA123&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mon.&lt;/p&gt;&lt;p&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wed.&lt;/p&gt;&lt;p&gt;The Credit only shows the first time (Print When Condition: calc.counter IS 1). I need to total the credits for each course when I use the Sum(credits) function it totals for each line (the above ezample would show a total of 6), I only want to sum if calc.counter EQ 1&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:52a90484-0291-4d9c-919e-a6e833590fe8] --&gt;</description>
      <pubDate>Mon, 23 Sep 2013 14:48:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1302086</guid>
      <dc:date>2013-09-23T14:48:27Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Calculate field does not work for stored procedure data source</title>
      <link>https://forums.adobe.com/thread/1220352</link>
      <description>&lt;!-- [DocumentBodyStart:184adc7d-9f5a-4a34-bd0d-16d12dba25aa] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I created a report using ColdFusion Report Builder using stored procdure as data source and would like to add a calculate field for summary field and realized that the calculate fields do not work and always says the field is not vlaid ColdFusion expression.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I tried to use a SQL to get data then it works,&lt;/p&gt;&lt;p&gt;It seems that ColdFusion Report Builder calculate fields do not support stored procedure data source.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can some one confimre this and help me to find a work around for this?&lt;/p&gt;&lt;p&gt;It means that page number and all calculate fields do not work when I use stored procedure as data source.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Your help and information is great appreciated,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Iccsi,&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:184adc7d-9f5a-4a34-bd0d-16d12dba25aa] --&gt;</description>
      <pubDate>Mon, 27 May 2013 19:06:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1220352</guid>
      <dc:date>2013-05-27T19:06:30Z</dc:date>
      <clearspace:dateToText>1 year 6 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Dynamic Report heading</title>
      <link>https://forums.adobe.com/thread/1214443</link>
      <description>&lt;!-- [DocumentBodyStart:f1bc5a22-e325-4f15-aa8e-13e081565d37] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a stored procedure from MS SQL backend and the result heading is WeekResult1, WeekResult2, WeekResult3... etc until Week20Result for report datasource.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would like to assign the heading at run time to May/01/2013, May/08/2013, May/15/2013 ... etc base on user enter date range.&lt;/p&gt;&lt;p&gt;I have folloing code on report before export event&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfstoredProc&lt;br/&gt;datatsource = "MySource"&lt;br/&gt;procedure = "MyColumnHeading"&lt;/p&gt;&lt;p&gt;&amp;lt;cfprocparam&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cfsqltype="cf_sql_date"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; value="#StartDate#"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfprocparam&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cfsqltype="cf_sql_date"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; value="#EndDate#"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfprocparam&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cfsqltype="cf_sql_date"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; value="#StartDate#"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfprocparam&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cfsqltype="cf_sql_numeric"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; value="#DateDiff#"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfprocparam&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cfsqltype="cf_sql_numeric"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; value="#DateDiffType#"&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would like to know how can&amp;nbsp; I assign my 20 columns heading record by record from stored procedure result.&lt;/p&gt;&lt;p&gt;Your help and information is great appreciated,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Iccsi &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f1bc5a22-e325-4f15-aa8e-13e081565d37] --&gt;</description>
      <pubDate>Fri, 17 May 2013 23:35:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1214443</guid>
      <dc:date>2013-05-17T23:35:15Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Crosstab in CF Report Builder 8</title>
      <link>https://forums.adobe.com/thread/1189860</link>
      <description>&lt;!-- [DocumentBodyStart:5e14188a-ff2a-460e-9c94-5cc7bff31bb1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I know this has been asked before but I can't seem to find anything current.&amp;nbsp; I came across some stuff but the links were diead or explanatory images didn't show.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It seems that Report Builder doesn't do crosstabs.&amp;nbsp; I wondered if anyone had come across any kind of workaround.&amp;nbsp; What I would like to show is something like:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Books Circulated&lt;/p&gt;&lt;p&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jan&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Feb&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mar&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Apr...&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;&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; Year Total&lt;/p&gt;&lt;p&gt;Red Books&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 300&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 400&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Blue Books&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 300&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Total&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; 400&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 300&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 500&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 600&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Seems like it should be doable.&amp;nbsp; I usually us a crosstab and it is relatively straightforward.&amp;nbsp; Any suggestions in Reprot Builder?&amp;nbsp; Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5e14188a-ff2a-460e-9c94-5cc7bff31bb1] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">builder</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">report</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">crosstab</category>
      <pubDate>Thu, 11 Apr 2013 19:19:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1189860</guid>
      <dc:date>2013-04-11T19:19:58Z</dc:date>
      <clearspace:dateToText>1 year 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Report Builder Question</title>
      <link>https://forums.adobe.com/thread/1180164</link>
      <description>&lt;!-- [DocumentBodyStart:e8e2eee8-ca3b-435b-9198-620d559dc558] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi, I have been working on a specialized patient data application and I am trying to build a master report of a Patient's Chart containing all the data collected on a patient.&amp;nbsp; This involves several tables and would be 10 to 12 subreports, but I am running into problems in report builder putting in more subreports than can fit in a single page in the report editor.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does anyone know a work around for this? Can you define multiple pages?&amp;nbsp; What would be your solution to my problem?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Nathan Manning&lt;/p&gt;&lt;p&gt;New Millennium Software&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e8e2eee8-ca3b-435b-9198-620d559dc558] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">reports</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">report_builder</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">subreports</category>
      <pubDate>Fri, 29 Mar 2013 14:19:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1180164</guid>
      <dc:date>2013-03-29T14:19:02Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Problem testing report builder report</title>
      <link>https://forums.adobe.com/thread/1179073</link>
      <description>&lt;!-- [DocumentBodyStart:fd8ca7fa-e3a6-44bc-a856-60471c6ae1d6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;When I test my report it while in report builder, it looks great on the screen.&amp;nbsp; When I try to actually print a page so I can see how it looks on paper using the forms, all I get is the background/ CF Developer message.&amp;nbsp; What am I missing here?&amp;nbsp; I should be able to test print the report.&amp;nbsp; I don't mind the background but I need to see the data.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fd8ca7fa-e3a6-44bc-a856-60471c6ae1d6] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">printing</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">builder</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">report</category>
      <pubDate>Thu, 28 Mar 2013 00:22:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1179073</guid>
      <dc:date>2013-03-28T00:22:58Z</dc:date>
      <clearspace:dateToText>1 year 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>total pages</title>
      <link>https://forums.adobe.com/thread/1166402</link>
      <description>&lt;!-- [DocumentBodyStart:d03c284e-3f28-472a-900a-f1d2d73c723f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;hi all&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;how can i get of number of total pages in a cfreport?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i try with a custom field with count on calc.PAGE_NUMBER&lt;/p&gt;&lt;p&gt;but i obtain this error: &lt;span style="color: #222222; font-family: arial, sans-serif; font-size: 13px; background-color: #ffffff;"&gt; Error: calc.&lt;/span&gt;&lt;span class="il" style="background-color: #ffffcc; color: #222222; font-family: arial, sans-serif; font-size: 13px;"&gt;PAGE_NUMBER&lt;/span&gt;&lt;span style="color: #222222; font-family: arial, sans-serif; font-size: 13px; background-color: #ffffff;"&gt; is not a valid ColdFusion expression.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;any idea?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;many thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d03c284e-3f28-472a-900a-f1d2d73c723f] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">coldfusion_9</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">reports</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">report_builder</category>
      <pubDate>Thu, 07 Mar 2013 18:57:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1166402</guid>
      <dc:date>2013-03-07T18:57:53Z</dc:date>
      <clearspace:dateToText>1 year 6 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Expression Builder</title>
      <link>https://forums.adobe.com/thread/1166278</link>
      <description>&lt;!-- [DocumentBodyStart:456ec61f-2226-42a8-8994-9875870de9b9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I created a report function to find and return a graduation date. I only need to execute the function once per person.&lt;/p&gt;&lt;p&gt;The query returns all colleges a person attended, I only want to report the colleges they attended before their graduation date (or current date if they have not graduated).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I tried to create an expression in the "Print When Condition" CF did not like what I tried. I don't believe I'm referencing the return varible correctly.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We are on CF 9 and I have already spent too much time on this project. &lt;/p&gt;&lt;p&gt;Any and all help will be appreciated.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:456ec61f-2226-42a8-8994-9875870de9b9] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">coldfusion_9</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">reports</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">report_builder</category>
      <pubDate>Thu, 07 Mar 2013 16:19:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1166278</guid>
      <dc:date>2013-03-07T16:19:47Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Changing value of Param</title>
      <link>https://forums.adobe.com/thread/1158421</link>
      <description>&lt;!-- [DocumentBodyStart:28f26eb5-9657-401b-938c-0f9be411c197] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p class="wordwrap"&gt;I have a report that passes a date (time stamp) to a subreport. Sometimes the date being passed is&amp;nbsp; null (or an empty string) and the report . When this happens get an "Incompatible java.lang.String value assigned to parameter GradDate1 in the ColdFusionReport dataset.". I want to change the value of the Param being passed to current date.&amp;nbsp; Where and How can I change the date in the parama being passed. I've tried many things (functions, in the query, etc) and can't get anything to work. We are on CF 9. Please help! &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:28f26eb5-9657-401b-938c-0f9be411c197] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">coldfusion_9</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">datetime</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">report_builder</category>
      <pubDate>Fri, 22 Feb 2013 18:00:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1158421</guid>
      <dc:date>2013-02-22T18:00:42Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>DateTime Parameter being passed maybe blank</title>
      <link>https://forums.adobe.com/thread/1152850</link>
      <description>&lt;!-- [DocumentBodyStart:e7af5d9b-7e81-44cc-8929-d6b13ccbacb8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a Transcript report and I only want to print any other institude name and credit earned (transfer information) that occurred before the student graduated. I am selecting only the institudes that have a 'receive date' prior to the 'grad date'. This works great on the students that have graduated. If they haven't graduated the 'grad date' is empty and I error out when comparing it to the receive date. Here is the query that calls the transfer information:&lt;/p&gt;&lt;p&gt;select&lt;/p&gt;&lt;p&gt;nmedu.soc_sec, nmedu.credits, nmedu.date_rec, institut.inst_txt, institut.homeinst, nmedu.graduated&lt;/p&gt;&lt;p&gt;from nmedu, institut&lt;/p&gt;&lt;p&gt;where institut.inst_cod = nmedu.inst_cod&lt;/p&gt;&lt;p&gt;and institut.homeinst = 0&lt;/p&gt;&lt;p&gt;and nmedu.credits &amp;lt;&amp;gt; 0&lt;/p&gt;&lt;p&gt;and nmedu.soc_sec = '#param.socsec#'&lt;/p&gt;&lt;p&gt;and nmedu.date_rec = '#param.graddate1#'&lt;/p&gt;&lt;p&gt;ORDER BY&amp;nbsp; inst_txt&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When the student has not graduated I get the following error message: &lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;p style="margin-top: auto; margin-bottom: auto; margin-left: .25in;"&gt;&lt;span style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;Incompatible java.lang.String value assigned to parameter GradDate1 in the ColdFusionReport dataset. &lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;br/&gt;If they have graduated it works great.&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm running on CF 9.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e7af5d9b-7e81-44cc-8929-d6b13ccbacb8] --&gt;</description>
      <pubDate>Wed, 13 Feb 2013 18:28:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1152850</guid>
      <dc:date>2013-02-13T18:28:59Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Report Builder crashing</title>
      <link>https://forums.adobe.com/thread/1134225</link>
      <description>&lt;!-- [DocumentBodyStart:21781759-67ce-473f-b29b-24b614f9aa96] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;I am trying to edit the report query, changing the joins on the tables, and Report Builder crashes repeatedly.&amp;nbsp; Anyone experienced this? Is there a patch for Report Builder I don't know about?&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Nathan Manning&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:21781759-67ce-473f-b29b-24b614f9aa96] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">report_builder</category>
      <pubDate>Sun, 13 Jan 2013 04:14:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1134225</guid>
      <dc:date>2013-01-13T04:14:47Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>datetime parameter in coldfusion report builder</title>
      <link>https://forums.adobe.com/thread/1114196</link>
      <description>&lt;!-- [DocumentBodyStart:50084061-ac85-4a17-a458-ef1aeff5ba4e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm trying to create a report in coldfusion report builder that takes 2 parameters; startdate and enddate. These two parameters correspond to two fields in my sql database. However, both the fields are of type datetime and I can't work out how to insert them into my report? If I change the type in the report to string I get an error message so it's not that. Had a look on the internet but haven't been able to find any answers.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm using coldfusion mx7&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does anybody have an idea?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Stevie&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:50084061-ac85-4a17-a458-ef1aeff5ba4e] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">coldfusion</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">datetime</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">report_builder</category>
      <pubDate>Wed, 12 Dec 2012 18:48:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1114196</guid>
      <dc:date>2012-12-12T18:48:45Z</dc:date>
      <clearspace:dateToText>1 year 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>manipulate recordset inside cfr</title>
      <link>https://forums.adobe.com/thread/1109628</link>
      <description>&lt;!-- [DocumentBodyStart:66903122-2656-4b65-8250-3dada0ea69c0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;with cfreport i can add some function to my report.&lt;/p&gt;&lt;p&gt;i would access to recordset (passed to cfr) for ordering it.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;query to cfr -&amp;gt; ordering recordset in cfr -&amp;gt; print&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;is this possible?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:66903122-2656-4b65-8250-3dada0ea69c0] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">query</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">coldfusion_9</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2230">reports</category>
      <pubDate>Tue, 04 Dec 2012 17:24:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1109628</guid>
      <dc:date>2012-12-04T17:24:43Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CF 10 Report Building</title>
      <link>https://forums.adobe.com/thread/1063879</link>
      <description>&lt;!-- [DocumentBodyStart:f96c03a2-1121-4b70-bfcc-46b67d694687] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Good evening all,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have been running CF Report Builder 9 without any issues with CF 9. I migrated to CF 10 and Report Builder 10 and, Report Builder does not maintain a connection. It's very frustrating that I cannot find any tips on this. Any tips can help.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;DJ Khalif&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f96c03a2-1121-4b70-bfcc-46b67d694687] --&gt;</description>
      <pubDate>Tue, 11 Sep 2012 00:45:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1063879</guid>
      <dc:date>2012-09-11T00:45:26Z</dc:date>
      <clearspace:dateToText>1 year 11 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Display message if report is blank or has no data..</title>
      <link>https://forums.adobe.com/thread/1017784</link>
      <description>&lt;!-- [DocumentBodyStart:00ad2b09-4026-42be-8e08-436858d61106] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm sure this is an easy one, but I'm not able to get anywhere on this..&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Using ColdFusion Report Builder to create a PDF report..&lt;/li&gt;&lt;li&gt;Currently, If my report query returns no records I just get a blank report page&lt;/li&gt;&lt;li&gt;I need to change it so a message displays at top of report that says "No records found..etc"&lt;/li&gt;&lt;li&gt;All of my reports are in PDF format &amp;amp; opened in a browser so I need the message to be included in the report.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:00ad2b09-4026-42be-8e08-436858d61106] --&gt;</description>
      <pubDate>Tue, 05 Jun 2012 15:57:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1017784</guid>
      <dc:date>2012-06-05T15:57:22Z</dc:date>
      <clearspace:dateToText>2 years 5 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Any news in Reporting with CF10?</title>
      <link>https://forums.adobe.com/thread/1017260</link>
      <description>&lt;!-- [DocumentBodyStart:79f40b17-3e15-425e-900c-b39406b32478] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Any news in CF Reporting engine with CF10?&lt;/p&gt;&lt;p&gt;Alex/&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:79f40b17-3e15-425e-900c-b39406b32478] --&gt;</description>
      <pubDate>Mon, 04 Jun 2012 19:29:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1017260</guid>
      <dc:date>2012-06-04T19:29:45Z</dc:date>
      <clearspace:dateToText>2 years 5 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Coldfusion Report how to show WYSIWYG editor input data that store in a clob column?</title>
      <link>https://forums.adobe.com/thread/976946</link>
      <description>&lt;!-- [DocumentBodyStart:31258e7d-cc55-4042-bf43-4fef8c5a371a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&amp;nbsp; &lt;/p&gt;&lt;p&gt;My scenario is: From application I have key-in data that using WYSIWYG editor with various format like font color, background color, alignment, bold, italic, etc. And store to a column type CLOB (I am using Oracle DB). &lt;/p&gt;&lt;p&gt; Now I have to show this data on ColdFusion Report that using a CFR template in exactly format as it is. I have ticked the XHTML check box for the field property on ColdFusion Report Builder design for this report. &lt;/p&gt;&lt;p&gt; Anyone have any solution for this issue. &lt;/p&gt;&lt;p&gt; I see someone have the same issue here: &lt;a class="" href="https://forums.adobe.com/3057027#3057027"&gt;http://forums.adobe....3057027#3057027&lt;/a&gt; &lt;/p&gt;&lt;p&gt; But never has any answer for it (even from Adobe support team). &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If i format the text that using the Coldfusion Report Builder then everything appear excillent. So it must be had some solutions to format the WYSIWYG Editor data to the format that Coldfusion Report can understand and render correctly. &lt;/p&gt;&lt;p&gt; Any answer, I am highly appreciate &lt;a href="http://cdn2.dreamincode.net/dreamincode/forums/public/style_emoticons/default/smile.gif.pagespeed.ce.Op6H3a25FY.gif" rel="nofollow"&gt;&lt;img alt=":)" class="bbc_emoticon" src="http://cdn2.dreamincode.net/dreamincode/forums/public/style_emoticons/default/smile.gif.pagespeed.ce.Op6H3a25FY.gif"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:31258e7d-cc55-4042-bf43-4fef8c5a371a] --&gt;</description>
      <pubDate>Mon, 19 Mar 2012 07:31:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/976946</guid>
      <dc:date>2012-03-19T07:31:50Z</dc:date>
      <clearspace:dateToText>2 years 8 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfprint on a dot matrix printer</title>
      <link>https://forums.adobe.com/thread/966257</link>
      <description>&lt;!-- [DocumentBodyStart:963339c5-c48f-4fcf-b989-e1fed5b31e54] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all - &lt;/p&gt;&lt;p&gt;I have a pdf that I'm printing on a dot matrix printer.&amp;nbsp; In my pdf, I've specified that it should print using the Courier font.&amp;nbsp; When I look at the pdf in Adobe Reader, it's in courier and when I print the document directly from Adobe Reader it prints in courier.&amp;nbsp; However, when I print the same document using cfprint it prints using a san serif font.&lt;/p&gt;&lt;p&gt;Any idea how I might get cfprint to acknowledge the courier font?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:963339c5-c48f-4fcf-b989-e1fed5b31e54] --&gt;</description>
      <pubDate>Wed, 22 Feb 2012 18:39:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/966257</guid>
      <dc:date>2012-02-22T18:39:24Z</dc:date>
      <clearspace:dateToText>2 years 8 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Displaying alternate content when date field is null</title>
      <link>https://forums.adobe.com/thread/925854</link>
      <description>&lt;!-- [DocumentBodyStart:25a7a5be-5503-47d9-933c-29e1529a7492] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am using Report Builder 8.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am grouping on a date field, but some of the people returned have a null value. I need to show an alternate heading if that group's date is null, I would actually like it to head it with "No Date"&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However, I can not figure out how/where to put it that conditional statement.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Michelle&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:25a7a5be-5503-47d9-933c-29e1529a7492] --&gt;</description>
      <pubDate>Wed, 16 Nov 2011 17:11:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/925854</guid>
      <dc:date>2011-11-16T17:11:38Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CF9 Report Builder: Hardcopy only has watermark, no detail</title>
      <link>https://forums.adobe.com/thread/922414</link>
      <description>&lt;!-- [DocumentBodyStart:56ba5b79-cbca-4336-a98a-8806630a937c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm committing the sin of putting this question to multiple forums but I'm hoping a different audience might give an answer as I'm on a dealine to produce this report.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm working on a workstation which has a CF9 Developer Edition Server and I installed CF9 Report Builder to develop a hardcopy report and when I test it, I see on screen the report details together with a watermark:&lt;br/&gt; &lt;br/&gt; Adobe ColdFusion Developer/Trial Edition&lt;br/&gt; Not for Production Use&lt;br/&gt; &lt;br/&gt; When I print the the report, I only get the watermark???!!!&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;hr size="1" style="color: #ffffff;"/&gt;&lt;table border="0" cellpadding="0" cellspacing="0" width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td align="left" style="border:0px solid black;" valign="middle"&gt;&amp;nbsp; &lt;/td&gt;&lt;td align="right" height="40" style="border:0px solid black;" valign="middle"&gt;&lt;p align="right"&gt;&amp;nbsp;&amp;nbsp; &lt;a href="http://forums.devshed.com/editpost.php?do=editpost&amp;amp;p=2710458" rel="nofollow"&gt;&lt;img alt="Edit/Delete Message" border="0" height="22" src="http://images.devshed.com/fds/buttons/edit.gif" title="Edit/Delete Message" width="70"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:56ba5b79-cbca-4336-a98a-8806630a937c] --&gt;</description>
      <pubDate>Mon, 07 Nov 2011 23:43:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/922414</guid>
      <dc:date>2011-11-07T23:43:29Z</dc:date>
      <clearspace:dateToText>3 years 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>subreport as a reportparam not using the proper query</title>
      <link>https://forums.adobe.com/thread/921217</link>
      <description>&lt;!-- [DocumentBodyStart:6b7c1ce0-1ecf-4aeb-8b14-6d0a3d1a68c2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am trying to use a report with a subreport, normally works fine, but I want to pass a query to the subreport, not let it use its internal query.&amp;nbsp; This works fine if I call the sub report by itself and hand it the query.&amp;nbsp; AS a report it runs fine.&amp;nbsp;&amp;nbsp; When I use it as a reportparam it ignores the query.&amp;nbsp; Very very frustrating.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6b7c1ce0-1ecf-4aeb-8b14-6d0a3d1a68c2] --&gt;</description>
      <pubDate>Fri, 04 Nov 2011 00:47:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/921217</guid>
      <dc:date>2011-11-04T00:47:30Z</dc:date>
      <clearspace:dateToText>3 years 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Can Coldfusion Report Builder Lock .MDB Files?</title>
      <link>https://forums.adobe.com/thread/919987</link>
      <description>&lt;!-- [DocumentBodyStart:9547c3b4-6a93-4101-b849-53844544d19d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have been seeing an issue where an .mdb file will be locked into a read only mode state. There is no .ldb lock file on the object, but when I open the DB up a banner pops up at the top stating it is in read only mode. While it is in this mode it cannot be queried by CF pages and nothing on the site works.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If I rename the same file to soemthing else it works find. If I rename it back to its original name it says it is locked and will not respond. I have been trying to figure out what has a hold o f the .mdb file when this is happening. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Yesterday afternoon I was working in the coldfusion report builder and was connected to the datasource .mdb through the rds server. I am now wondering if it is report builder that is locking the DB.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Has this happened to anyone else? Has anyone ever seen issues like this?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9547c3b4-6a93-4101-b849-53844544d19d] --&gt;</description>
      <pubDate>Tue, 01 Nov 2011 12:03:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/919987</guid>
      <dc:date>2011-11-01T12:03:34Z</dc:date>
      <clearspace:dateToText>3 years 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Infinite loop creating new page due to column header overflow.</title>
      <link>https://forums.adobe.com/thread/901748</link>
      <description>&lt;!-- [DocumentBodyStart:43112b6d-589a-4929-bddf-3edeadcc60e9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;i am getting an error and some pages "Infinite loop creating new page due to column header overflow. " --&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;using report builder 9, i have a fairly simple report - that contains 4 subreports.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;for some pages i get the error - it seems if there is more data than would fit on 1 page.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;smaller pages work fine.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;the subreports are all simple queries and dumps....&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;containing page header, column header, detail sections.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;page header has just a text bar of the name of the section.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;column header has the field names&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;detail section has the data - 1 row for each row in the recordset.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;nothing i do seems to change getting "Infinite loop creating new page due to column header overflow. " on a page with more than 15-20 records returned.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;any ideas would be appreciated.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:43112b6d-589a-4929-bddf-3edeadcc60e9] --&gt;</description>
      <pubDate>Mon, 12 Sep 2011 19:27:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/901748</guid>
      <dc:date>2011-09-12T19:27:44Z</dc:date>
      <clearspace:dateToText>1 year 10 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to display reports in Flex?</title>
      <link>https://forums.adobe.com/thread/894348</link>
      <description>&lt;!-- [DocumentBodyStart:bb6b084c-dffd-44ab-897b-a34f16f94680] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am new to Cold Fusion. I would like to know the best way to execute reports developed in CF Report Builder in Flex?&lt;/p&gt;&lt;p&gt;I am able to create a sample report based on my local database and execute both in Report Builder and CF Builder (using cfreport tag). I would appreciate if anyone can guide to execute this report in Flex.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Manohar&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bb6b084c-dffd-44ab-897b-a34f16f94680] --&gt;</description>
      <pubDate>Tue, 23 Aug 2011 11:17:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/894348</guid>
      <dc:date>2011-08-23T11:17:30Z</dc:date>
      <clearspace:dateToText>3 years 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Coldfusion Report Build Property Definitions?</title>
      <link>https://forums.adobe.com/thread/891230</link>
      <description>&lt;!-- [DocumentBodyStart:43e18670-c27b-472d-82b0-9eb5089fea4f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Can anyone point me to documentation that actually defines each of the properties in the right column, throughout Coldfusion Report Builder? For example, when I am viewing a report and I click on a subreport, there are Colors and Style, Data, Layout and Print Control. All have attributes and I would like to find an official definition of each. I have looked everywhere and can't find it. Any help?&lt;/p&gt;&lt;p&gt;Thank you...&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:43e18670-c27b-472d-82b0-9eb5089fea4f] --&gt;</description>
      <pubDate>Mon, 15 Aug 2011 14:57:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/891230</guid>
      <dc:date>2011-08-15T14:57:15Z</dc:date>
      <clearspace:dateToText>1 year 10 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CF Report Builder line height</title>
      <link>https://forums.adobe.com/thread/874888</link>
      <description>&lt;!-- [DocumentBodyStart:a56850c3-6cdc-424b-8cb0-5c4be3c0d138] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We're migrating CFMX7 servers (Solaris) and our .cfr reports are having problems due to how each server defines the height of a single line.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;That is, our old server had a shorter line height definition (associated with default font) than the new server and so, now we're having alignment / formatting / display problems running .cfr reports on the new server.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does anyone know if it's possible to adjust the line height?&amp;nbsp; Thanks!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a56850c3-6cdc-424b-8cb0-5c4be3c0d138] --&gt;</description>
      <pubDate>Fri, 08 Jul 2011 16:23:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/874888</guid>
      <dc:date>2011-07-08T16:23:38Z</dc:date>
      <clearspace:dateToText>3 years 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

