<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Data Access Worldwide Forums - Reports</title>
		<link>https://support.dataaccess.com/Forums/</link>
		<description>Creating reports, forms, data-driven documents for screen viewing, printing, file and PDF output. DataFlex Reports are easily integrated with your Windows, web and mobile applications.</description>
		<language>en</language>
		<lastBuildDate>Wed, 15 Jul 2026 09:50:53 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://support.dataaccess.com/Forums/images/misc/rss.png</url>
			<title>Data Access Worldwide Forums - Reports</title>
			<link>https://support.dataaccess.com/Forums/</link>
		</image>
		<item>
			<title>DR 25.2 - SQL Error in datasource wizard when using SQL Statement</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73380-DR-25-2-SQL-Error-in-datasource-wizard-when-using-SQL-Statement&amp;goto=newpost</link>
			<pubDate>Tue, 07 Jul 2026 17:13:52 GMT</pubDate>
			<description>SQL Server backend. ODBC driver.  
 
Was able to use the same db , using regular tables just fine.  
 
This time I tried to base the report in a SQL...</description>
			<content:encoded><![CDATA[<div>SQL Server backend. ODBC driver. <br />
<br />
Was able to use the same db , using regular tables just fine. <br />
<br />
This time I tried to base the report in a SQL Statement , after providing the SQL Statement Text,  added it to the list of tables, when clicked next, in the link page,  I get an error. <br />
<br />
<a href="https://support.dataaccess.com/Forums/attachment.php?attachmentid=18227&amp;d=1783444349"  title="Name:  DR25_SqlStatement_Error.png
Views: 15
Size:  24.6 KB">DR25_SqlStatement_Error.png</a><br />
<br />
HY090 - Invalid String or buffer length<br />
<br />
The statement works just fine either in DF SQL Executor, or in MSSSQL Studio.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">SELECT<br />
&nbsp; COALESCE(CCGD.RMCycleID, CCLD.RMCycleID) [RMCycleID], <br />
&nbsp; COALESCE(CCGD.ItemCode, CCLD.ItemCode) [ItemCode], <br />
&nbsp; ISNULL(CCGD.NumOfGaylords, 0) [NumOfGaylords], <br />
&nbsp; ISNULL(CCLD.NumOfLocations, 0) [NumOfLocations], <br />
&nbsp; (ISNULL(CCGD.Gaylord_Initial_Weight, 0) + ISNULL(CCLD.Location_Initial_Weight, 0)) [Initial_Weight], <br />
&nbsp; ISNULL(CCGD.[Gaylords_Counted], 0) [Gaylords_Counted], <br />
&nbsp; ISNULL(CCLD.[Locations_Counted], 0) [Locations_Counted], <br />
&nbsp; (ISNULL(CCGD.Gaylord_Final_Weight, 0) + ISNULL(CCLD.Location_Final_Weight, 0)) [Final_Weight]<br />
&nbsp;FROM CCGD FULL OUTER JOIN CCLD ON CCGD.RMCycleID = CCLD.RMCycleID AND CCGD.ItemCode = CCLD.ItemCode</code><hr />
</div>the only string/varchar column is the second one.  all others are either integer or decimal types.</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="https://support.dataaccess.com/Forums/images/attach/png.gif" alt="File Type: png" />
	<a href="https://support.dataaccess.com/Forums/attachment.php?attachmentid=18227&amp;d=1783444349">DR25_SqlStatement_Error.png</a> 
(24.6 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?31-Reports">Reports</category>
			<dc:creator>Samuel Pizarro</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73380-DR-25-2-SQL-Error-in-datasource-wizard-when-using-SQL-Statement</guid>
		</item>
		<item>
			<title>Order</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73375-Order&amp;goto=newpost</link>
			<pubDate>Sat, 04 Jul 2026 23:18:21 GMT</pubDate>
			<description>Hi all 
 
How do you arrange the months? 
 
Edgar</description>
			<content:encoded><![CDATA[<div>Hi all<br />
<br />
How do you arrange the months?<br />
<br />
Edgar</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="https://support.dataaccess.com/Forums/images/attach/png.gif" alt="File Type: png" />
	<a href="https://support.dataaccess.com/Forums/attachment.php?attachmentid=18225&amp;d=1783207081">grafica.PNG</a> 
(15.9 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?31-Reports">Reports</category>
			<dc:creator>Edgar H. Peņa C.</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73375-Order</guid>
		</item>
		<item>
			<title>What is the token for a datetime/timestamp datatype to use in DR formula language ?</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73373-What-is-the-token-for-a-datetime-timestamp-datatype-to-use-in-DR-formula-language&amp;goto=newpost</link>
			<pubDate>Thu, 02 Jul 2026 18:31:59 GMT</pubDate>
			<description>Want to suppress dummy datetime values  in report.  
 
Was not able to find anything in DR help on how to work with this type.  only found stuff for...</description>
			<content:encoded><![CDATA[<div>Want to suppress dummy datetime values  in report. <br />
<br />
Was not able to find anything in DR help on how to work with this type.  only found stuff for dates or time isolated,  but not datetime/timestamps values. !? <br />
<br />
How can I compare in DR built-in language a datetime column value ?  <br />
<br />
I miss a datetimeserial() function for this ..<br />
<br />
{someDateTimeColumn} = '????'   <br />
<br />
ISO format?   yyyy-MM-dd HH.mm.ss.nnn   ?  <br />
<br />
Please don't tell me that this depends on Windows regional settings..  !</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?31-Reports">Reports</category>
			<dc:creator>Samuel Pizarro</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73373-What-is-the-token-for-a-datetime-timestamp-datatype-to-use-in-DR-formula-language</guid>
		</item>
		<item>
			<title>DF 25.2 - Subreport page header ?</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73372-DF-25-2-Subreport-page-header&amp;goto=newpost</link>
			<pubDate>Thu, 02 Jul 2026 17:56:10 GMT</pubDate>
			<description>Why a subreport does not have a page-header ?  
 
My subreport span several pages.   It has captions headers that should be displayed on each page,...</description>
			<content:encoded><![CDATA[<div>Why a subreport does not have a page-header ? <br />
<br />
My subreport span several pages.   It has captions headers that should be displayed on each page, otherwise you loose context , users don't know anymore what each column means ! <br />
<br />
How to achieve that ?</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?31-Reports">Reports</category>
			<dc:creator>Samuel Pizarro</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73372-DF-25-2-Subreport-page-header</guid>
		</item>
		<item>
			<title>Pass static Validation Descriptions to Report - ODBC source</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73368-Pass-static-Validation-Descriptions-to-Report-ODBC-source&amp;goto=newpost</link>
			<pubDate>Tue, 30 Jun 2026 17:28:56 GMT</pubDate>
			<description><![CDATA[ODBC based report..  so can't use RDS to pass an static (hardcoded)  Validation table descriptions using RDS.  
 
What are other options ?  
 
 
----...]]></description>
			<content:encoded><![CDATA[<div>ODBC based report..  so can't use RDS to pass an static (hardcoded)  Validation table descriptions using RDS. <br />
<br />
What are other options ? <br />
<br />
<br />
---- <br />
Side note. (To Vincent) <br />
<br />
Tried to Create a new RDS table in a ODBC based report.  <br />
The interface (Database Expert) allowed me to define the new RDS table, but I can't add it to the report. <br />
It complains only one datasource type is allowed, and odbc is already being used. <br />
<br />
Fine, but now I can't remove this rds definition from the report.  Can't find any option to do it in Database Expert dialog. Is there any place ? or this report will have to live with that garbage for the rest of its life ? <br />
<br />
And why it would allow me to define a rds table if it won't let me to use it !?</div>

]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?31-Reports">Reports</category>
			<dc:creator>Samuel Pizarro</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73368-Pass-static-Validation-Descriptions-to-Report-ODBC-source</guid>
		</item>
		<item>
			<title>Ambiguous Column Name</title>
			<link>https://support.dataaccess.com/Forums/showthread.php?73353-Ambiguous-Column-Name&amp;goto=newpost</link>
			<pubDate>Tue, 23 Jun 2026 13:17:15 GMT</pubDate>
			<description>Hi - 
 
DR 25.2.  New RDS report that I am building - no integration yet, just sample data in the report.  What does this mean?  There is only one...</description>
			<content:encoded><![CDATA[<div>Hi -<br />
<br />
DR 25.2.  New RDS report that I am building - no integration yet, just sample data in the report.  What does this mean?  There is only one column in any of the tables named BatchDateFrom.<br />
<br />
<a href="https://support.dataaccess.com/Forums/attachment.php?attachmentid=18220&amp;d=1782220455"  title="Name:  ambiguous.jpg
Views: 19
Size:  74.4 KB">ambiguous.jpg</a><br />
<br />
<a href="https://support.dataaccess.com/Forums/attachment.php?attachmentid=18221&amp;d=1782220626"  title="Name:  ambiguous2.jpg
Views: 9
Size:  31.9 KB">ambiguous2.jpg</a><br />
<br />
Thanks</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="https://support.dataaccess.com/Forums/images/attach/jpg.gif" alt="File Type: jpg" />
	<a href="https://support.dataaccess.com/Forums/attachment.php?attachmentid=18220&amp;d=1782220455">ambiguous.jpg</a> 
(74.4 KB)
</li><li>
	<img class="inlineimg" src="https://support.dataaccess.com/Forums/images/attach/jpg.gif" alt="File Type: jpg" />
	<a href="https://support.dataaccess.com/Forums/attachment.php?attachmentid=18221&amp;d=1782220626">ambiguous2.jpg</a> 
(31.9 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="https://support.dataaccess.com/Forums/forumdisplay.php?31-Reports">Reports</category>
			<dc:creator>Garret Mott</dc:creator>
			<guid isPermaLink="true">https://support.dataaccess.com/Forums/showthread.php?73353-Ambiguous-Column-Name</guid>
		</item>
	</channel>
</rss>
