![]() |
XLReportGen Frequently Asked Questions
About XLReportGenWhat is XLReportGen?What can I do with it? What are the main features? Can I make the complex report using XLReportGen? Do you have any server version which I can use on the server to generate the reports? What is the system requirement? InstallationHow to install it?How to uninstall it? Reporting with XLReportGenHow does it work?Where can I find some samples? What need I do to use samples? How can I use these samples? When I use samples, I receive a "Selected Collating Sequence Not Supported" error message. What is a report file? What is a report template file? What is an XRF file? What is a function? How can I test a SQL statement? When I execute a SQL statement, I receive an "ODBC driver does not support the requested properties." error message. How can I sort data? How can I have total? How can I group data? How can I make sub reports within the main report? How can I have sub-totals for each group? How can I create charts? How to use parameters? I need to change paths for both exported report and template location. Is there any way? Can I place the data into columns rather than rows? Does XLReportGen support text BLOB? How to create Microsoft Excel reports with pictures? Do I need to execute more than 1 SQL statement in one report processing? How many SQL statements can I execute in one report processing? I write Auto_Open macro in the template file, but it is not run when I generate report. Why? I have a number of addins. But they are not available when the final report file is open. Why? I want to programmatically change some of the functions in the xrf file. How? I do not want to save password in the XRF file. Can I use XLReportGen? I hope the report can not be modified. How can I do? SupportHow much will I pay for the technical support? Is it free?I have more questions - who should I write to? XLReportGen is a report generator for Microsoft ® Excel ® that uses Microsoft Excel as reporting tool and outputs reports in Microsoft Excel spreadsheet, HTML, XML, Lotus 1-2-3 or other format. If you know how to use Microsoft Excel and write SQL statements, you can use XLReportGen to create all kinds of reports as you need. The report generated by XLReportGen is a Microsoft Excel workbook or other format file, such as HTML.
Can I make the complex report using XLReportGen? Yes. This is a main feature of XLReportGen. The complexity might come from reports formatting as well as reports content.
You design reports like layouts, styles, formats directly using Microsoft Excel. You can take full advantage of Microsoft Excel including text formatting, number formats, text rotating, borders, colors, patterns, conditional formatting, style, drawing, pictures, and more.
In one report, you can execute more than one SQL statement, and get data using different queries. Further more, you can create a temporary table, prepare data using many SQL statements including INSERT/UPDATE/DELETE/INSERT SELECT, and then make a report.
Do you have any server version which I can use on the server to generate the reports? No. But XLReportGen can be run on your desktop or server. So you can use XLReportGen on the server to generate the reports. If you want to run it in the background on the server, you need to run it in command line mode.
What is the system requirement?
Run the installation program, and follow the instructions to complete installation. If you don't have installed Microsoft Office, please install it first. If your environment is Windows 95/98 and Office 97, and you don't have installed VB6.0 run-time files, please install it. For Windows 2000, Windows XP, Windows 2003 and Office 2000 or later, you do not need to install VB6.0 run-time files because they are included in these OS and Office. To install VB6.0 run-time files, just download and run vbrun60sp5.exe. If you don't have installed ODBC Driver for the database you want to access, please install it. If your OS is Windows 95/98 and you don't have installed MS Data Access Components 2.0 (MDAC_TYP) or later, please install it. For Windows 2000, Windows XP and Windows 2003, you do not need to install MDAC_TYP because it is preinstalled in these OS. To install MDAC_TYP, just download and run mdac_typ.exe. You can uninstall XLReportGen from [Control Panel]. 1. Double-click the Add/Remove Programs icon in the Windows Control Panel. 2. Do one of the following:
Click XLReportGen in the Currently installed programs box, and then click the Change/Remove button.
Click XLReportGen on the Install/Uninstall tab, and then click the Add/Remove button. 3. Follow the instructions on the screen to complete uninstall. To create a report with XLReportGen, you should do as follows: 1. Create a report template file using Microsoft Excel, define the layouts, styles, formats of reports. 2. Create an XRF file with an .xrf extension using XLReportGen. The XRF file tell XLReportGen how to extract data from database, and where and how to put data. 3. Run the XRF file to generate a report file.
Where can I find some samples? After XLReportGen is installed, some sample reports are installed too. The sample reports include a sample database, some report template files (.xls) and XRF files (.xrf). They are located in the ExcelReport directory under \Samples.
What need I do to use samples? To use these samples, you must add a data source named "Report Sample", and specify the database "Sample.mdb". If you have not installed MS access ODBC driver, please install it first. Creating a System DSN for a Microsoft Access Database
The sample reports can be changed to adapt to your own needs.
When I use samples, I receive a "Selected Collating Sequence Not Supported" error message. This is a problem of multilanguage. You are trying to open a database or an object in a database that was created in another language edition of Microsoft Access. You can try as follow:
If you do not resolve the problem, please install or enable multilanguage support for your operating system. For more information, please refer to The report file is a Microsoft Excel workbook generated by XLReportGen.
What is a report template file? To make a report using XLReportGen, you should create a report template file first. This report template is a Microsoft Excel workbook that defines the layouts, formats and styles of the report. In the report template, you can input static content such as titles, descriptions, comments, a cover, a company logo, and set the format for the static content and data got from data sources. To generate a report with XLReportGen, you must create an XRF file with an .xrf extension. The XRF file contains information such as the name of the report template file, the name of the report file, log file name, data sources, parameters and functions. The XRF file tells XLReportGen how to get data from data sources and how to put data into a report. A function includes a SQL statement and some arguments. A function can be used to execute a SQL statement, and tell XLReportGen whether or how to add data into a report.
How can I test a SQL statement? You can test SQL statements using Microsoft Query that is a component of Microsoft Office. You can find it under the installation directory of Microsoft Office. "C:\Program Files\Microsoft Office\OFFICE11\MSQRY32.EXE" It probably is a wrong SQL statement. Such as a missing column, or syntax error. Use SQL to sort your data. In a SELECT statement, you can use the ORDER BY clause to have your results displayed in a sorted order. There are two ways. 1. You can add total using math functions of Microsoft Excel, such as SUM.
(1) In the fixed table report, you write a SUM function in the total field in the report template file. The range of SUM function should contain cells for detail records. 2. You can use aggregate function in SQL statement.
(1) In the fixed table report, you can add total directly using a separate SQL. To group data in a report, you can use GROUP VARIABLE TABLE REPORT function. For more detail information, refer to XLReportGen Help and the samples customer_profile.xrf, invoice.xrf, product_catalog.xrf and sales_detail.xrf within XLReportGen.
How can I make sub reports within the main report? A subreport is a report within a report. A subreport would typically be used to perform one-to-many lookups such as Customer / Order / OrderDetails. To make sub reports within the main report,
For more detail information, refer to the samples invoice.xrf, product_catalog.xrf and sales_detail.xrf within XLReportGen.
How can I have sub-totals for each group? 1. You can add sub-totals using math functions of Microsoft Excel, such as SUM.
(1) The range of SUM function should contain cells for detail records in the report template file. Microsoft Excel will change the function automatically as XLReportGen adds some rows in the report. 2. If you want to have total and sub-totals,
(1) You can add total using SUMIF function. The range of SUMIF function must contain one row/column that is not included in the range of the group. For example, the range of the group is rows 1:15, you should add blank row 16, and write the function as SUMIF(G:G,"Subtotal:",H1:H16). You can hide the blank row. 3. You can add sub-totals using aggregate function in SQL statement too.
(1) Use aggregate function and GROUP BY clause, get summary data for each group, and insert results into a temporary table. For more detail information, please refer to the samples invoice.xrf and sales_detail.xrf within XLReportGen. To create a chart in a report, you should create the chart in the template file. You can create a chart on its own sheet or as an embedded object on a worksheet.
For more detail information, please refer to the sample monthly_sales.xrf within XLReportGen. In SQL statements, you can use parameters.
XLReportGen will replace the parameter name with the actual value before it submits the SQL statements to data sources. Example Define a parameter as follows:
Name: $CustomerName Title: Customer Name You can use the parameter name "$CustomerName" in SQL statements. The parameter name in SQL statements should be delimited by quotation mark. For example:
SELECT CompanyName ,CityName ,CountryName ,ContactName FROM Customers, Cities, Countries WHERE Customers.CityCode = Cities.CityCode AND Customers.CountryCode = Cities.CountryCode AND Customers.CountryCode = Countries.CountryCode AND CompanyName LIKE '$CustomerName%' ;
I need to change paths for both exported report and template location. Is there any way? You can use parameters in the path and name of the report file, template file and log file. For example, you define a parameter $CustomerID, you can name the report file as follows: report\report_$CustomerID.xls report\$CustomerID\report.xls
Can I place the data into columns rather than rows? Of course, just write FILLORDER=col in REPORT function. For example, there are 1 field and 10 records, you can show them as 1 row and 10 columns on report.
Does XLReportGen support text BLOB? Yes, XLReportGen 2.2 or later support text BLOB.
How to create Microsoft Excel reports with pictures? You can insert pictures into your report from using many popular graphics files XLReportGen.
XLReportGen will read the graphics files, insert them into the report, and position and size the pictures. For more detail information, refer to the samples employee_profile.xrf and product_catalog.xrf within XLReportGen.
Do I need to execute more than 1 SQL statement in one report processing? In most of reports, you just need to execute one SQL statement. But sometimes, you want to execute more than one SQL statement in one report processing.
How many SQL statements can I execute in one report processing? It is dependent on the license of XLReportGen you have purchased. For detailed information, see Licenses.
I write Auto_Open macro in the template file, but it is not run when I generate report. Why? There is an option to control this. If you want to run Auto_Open macro automatically, you must enable the option first. To enable the option,
I have a number of addins. But they are not available when the final report file is open. Why? There is an option to control this. If you want to use addins during report generating, you must enable the option first. To enable the option,
I want to programmatically change some of the functions in the xrf file. How? The XRF file is a text file. You can write a program to make an XRF file using C, perl or DOS shell, and then run XLReportGen to generate report. These steps can be written into a batch file.
I do not want to save password in the XRF file. Can I use XLReportGen? Yes. If you do not save a password in the XRF file, a login dialog box will appear when you run the XRF file in XLReportGen. You can input password interactively to log on to the data source. If you want to run XLReportGen in command line mode, you can input usernames and passwords in command line.
I hope the report can not be modified. How can I do? You can protect the generated report so that it can not be modified. To protect the report, select the Protect Report check box in the Configuration dialog box.
What happens after I send in the order? Once your order is accepted, you will receive an email confirmation of the order. And then, a full version download link will be emailed to you within 24 hours.
How much will I pay for the technical support? Is it free? Yes, it's completely free for all.
I have more questions - who should I write to?
|
Copyright © 2004 - 2007 LJZsoft Corporation. All rights reserved.