<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>MySQL Forums - Reporting, Charting, and BI</title>
        <description>Forum for Reporting tools including Business Objects, Crystal Reports, Actuate, JasperReports, and Eclipse/BIRT</description>
        <link>http://forums.mysql.com/list.php?33</link>
        <lastBuildDate>Tue, 24 Nov 2009 20:27:58 +0000</lastBuildDate>
        <generator>Phorum 5.2.1-alpha</generator>
        <item>
            <guid>http://forums.mysql.com/read.php?33,292362,292362#msg-292362</guid>
            <title>Do you want more date time functions in reporting tool? (no replies)</title>
            <link>http://forums.mysql.com/read.php?33,292362,292362#msg-292362</link>
            <description><![CDATA[ Background<br />
When designing a report, users often need a lot of date time functions. However, most reporting tools only provide some common functions as follows: functions today(), now() which are used to get current date or time, and functions year(), month(), day(), hour(), minute() or second() which are used to get corresponding year, month, day, hour, minute or second from a date time. In addition, there are some data type conversion functions, which are used to convert date time to string or convert string to date time.<br />
<br />
However, that’s far from enough, as users may often have complex requirements like the ones below: <br />
1. Calculate age accurately. Many reporting tools have no specialized function to do this. Some provide, but as the accuracy is only year or month, the result may be not exactly right. Take a child born in May 23, 2000 for example. He is only 7 years old, not 8 in May 20, 2008. It is easy to find that users can get the exactly right age only through a function with day accuracy.<br />
2. Calculate the beginning or the end of a time period. With functions like weekbegin(), weekend(), monthbegin(), monthend(), yearbegin and yearend(), users can calculate the beginning or the ending of a week, a month or a year. Besides, calculating the beginning or the ending of a quarter is also very common. However, almost no reporting tool provides corresponding quarter functions.<br />
3. Calculate the difference between two dates or two time points. For dates, users sometimes need to calculate the number of days between two dates, the date which is N days away from a specific date, or just last day, last month, last year and so on. The case for time point is similar. Requirements for these functions are common. However, most reporting tools neglect them. As a result, users have to write functions by themselves.<br />
<br />
Solution<br />
RAQ report is the best choice to solve these problems. For users’ convenience, RAQ Report provides much more date time functions specifically to meet users’ needs and wants.]]></description>
            <dc:creator>David Becklery</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Sun, 22 Nov 2009 16:19:10 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,290094,290094#msg-290094</guid>
            <title>Built-in dataset: an innovation in reporting tool (no replies)</title>
            <link>http://forums.mysql.com/read.php?33,290094,290094#msg-290094</link>
            <description><![CDATA[ Background<br />
Users often ask for technical support when meeting difficult problems in designing reports. However, as technical support can’t link to users’ databases, they can’t preview users’ reports and find exactly the causes of the problems. Then technical support can only guess and give users advices like “Try method A”, “Or try method B” and so on. It’s not just a waste of time. What’s more, after trying again and again, users may still can’t solve their problems at last.<br />
Is there any way to enable technical support to browse and debug a report without linking to user's database? <br />
<br />
Solution<br />
For users’ convenience, RAQ Report makes great effort to solve this problem. As a result, RAQ report invented a method－Built-in Dataset. It means to store the data of a report into the report template. Then, there is no need to link to user's database when previewing the report.<br />
With the help of built-in dataset, technical support can solve users’ problems in shortest time.<br />
Only built-in dataset may create another problem. When the dataset of a report is converted to built-in, users need to save the report as a new one, or else the original report would be covered and the dataset has to be edited again. Moreover, after the modified report is sent back by technical support, users have to modify the original report according to it again.<br />
Don’t worry. In order to reduce users’ workload, RAQ report provides the function of Recovering Built-in Dataset. That is to say, users can recover datasets of SQL or other types when they are converted to built-in dataset.<br />
Built-in dataset makes no obstacle between technical support and users. That’s great!<br />
<br />
Easy Operation<br />
In the configuration dialog box of dataset, users just need to click a button to convert a dataset to a built-in dataset or recover a built-in dataset.]]></description>
            <dc:creator>David Becklery</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Sun, 08 Nov 2009 13:32:52 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,287333,287333#msg-287333</guid>
            <title>BIRT Reporting - Actuate Tools Reviewed (no replies)</title>
            <link>http://forums.mysql.com/read.php?33,287333,287333#msg-287333</link>
            <description><![CDATA[ A review of the Actuate BIRT reporting tool set with tutorials and examples from an end users perspective plus comparisons between the open source Eclipse version and the commercial Actuate version. <br />
<br />
After a great start with the free open source Birt reporting tools in the Eclipse IDE, it was time to download and install the Actuate Birt Reporting implementation and see what the difference was. I started out by taking a look at Birt-Exchange.com and found that there were several download options available so I had to make selections as to the best package components to download for review. Luckily there are some good online resources, including feature comparison charts where you can read up on the details of the different packages and where you can watch some BIRT videos showing the various elements of functionality contained in the different downloads. <br />
<br />
After looking at the various Birt reporting examples the components I eventually settled on were: <br />
<br />
BIRT Designer Professional <br />
Interactive Report Viewer <br />
iServerExpress <br />
<br />
The downloads were a little hefty and it took an hour or so to get all the files but after that the installation was straight forward and I was up and running with the Actuate Birt report designer in no time. This allowed me plenty of time to look at some of the features, tutorials and examples of this report designer and compare them to the open source designer. Essentially they are very similar so if you are familiar with the BIRT perspective within Eclipse then you will pick this up very quickly. If you need an introduction to Eclipse then please see my earlier reports which are available from my web site. Having downloaded the Birt Reporting Actuate packages I ran through a few examples following some online Birt reporting tutorials and my existing experience of the Eclipse open source implementation. On the way I encountered a few little problems but found that I could figure out and implement a solution pretty quickly with only limited reference to the excellent online help being necessary. <br />
<br />
Here is a list of the things I attempted: <br />
<br />
Creating a project <br />
Creating a report within the project<br />
Creating a joint data source based on two separate data sources <br />
Applying filters to the data source <br />
Adding data to the report <br />
Grouping data <br />
Augmenting an existing data set <br />
Simple report formatting <br />
Computed columns <br />
Flash charts <br />
<br />
In conclusion the Actuate Birt report designer is an excellent piece of software which adds some nice touches to the open source version. I found myself going back to the pure Eclipse Birt implementation and feeling a little lost without the extras. Actuate have put a lot of thought and consideration about the end user experience into this and it is highly recommended. <br />
<br />
To access the full version of this report on PDF with full step by step instructions and screen shots please visit <a rel="nofollow"  href="http://www.BirtReporting.com">http://www.BirtReporting.com</a> and signup for your free site membership. <br />
<br />
This is a complete guide to getting started with the commercial implementation of Actuate BIRT featuring detailed usage instructions for the software features indicated above and draws many comparisons between the open source version and the commercial version.]]></description>
            <dc:creator>Paul Bappoo</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Wed, 21 Oct 2009 20:49:37 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,283352,283352#msg-283352</guid>
            <title>Holidaying in Vietnam through AsiaHotelBiz leaves a deep impression on visitors (1 reply)</title>
            <link>http://forums.mysql.com/read.php?33,283352,283352#msg-283352</link>
            <description><![CDATA[ We at Asia hotel Biz offer you a wide selection of attractive tour packages, resorts and boutique hotels at Vietnam. With a huge range of discounted hotels and motels, accommodation and resorts, you can choose the best one for you according to your pocket. Our list covers almost every destination of Vietnam. Some of the exotic destinations of Vietnam include Hanoi City, Sapa City, Phan Thiet City, Ha Long City, Hoi An City, Hue City, Da Nang City, Nha Trang City, Da Lat City, Ho Chi Minh City, Vung Tau City and so on.<br />
<br />
The traveler can select or book the accommodation in advance and plan the vacation, accordingly. Selecting from 1-star hotel to luxurious 5- star hotels, you can choose the best accommodation for you. For your last minute holiday planning, we offer you instant bookings through online or 24 / 7 Live Support Help Center. Be relaxed, as locating a hotel in Vietnam is no longer considered as a time consuming task. From the comfort of home or office, you can quickly book accommodation for yourself from the comfort of your home or office.<br />
<br />
Scenic beauty, highly rich culture and custom of Vietnam leave a deep impression on visitors. Apart from this, our clients can enjoy comfortable tour in Vietnam, as we can assure them full visa information, travel and hotel services.<br />
<br />
Asia Hotel Biz is a leader and a provider of travel information in Vietnam, Thailand, China, Cambodia, HongKong, Indonesia, Laos, Macau, Malaysia, Singapore, Philippines, Taiwan, Japan, Brunei and South Korea.For more information about Hotels Vietnam visit <a rel="nofollow"  href="http://www.asiahotelbiz.com">http://www.asiahotelbiz.com</a>]]></description>
            <dc:creator>nguyen nguyen</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Sat, 10 Oct 2009 07:43:55 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,278960,278960#msg-278960</guid>
            <title>Connecting MySQL  with Crystal Reports (1 reply)</title>
            <link>http://forums.mysql.com/read.php?33,278960,278960#msg-278960</link>
            <description><![CDATA[ Need some help connecting MySQL to Crystal Reports.   What connectors need to be installed to make this work?    Please advise.]]></description>
            <dc:creator>Jody Williamson</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Thu, 03 Sep 2009 07:33:43 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,277944,277944#msg-277944</guid>
            <title>free ETL tool for files using MySQL (1 reply)</title>
            <link>http://forums.mysql.com/read.php?33,277944,277944#msg-277944</link>
            <description><![CDATA[ Dear all,<br />
<br />
Benetl is a free ETL tool for files using MySQL (or either postgreSQL).<br />
<br />
You can freely download it at: <a rel="nofollow"  href="http://www.benetl.net">http://www.benetl.net</a><br />
<br />
It is a freeware using a LGPL driver for MySQL.<br />
<br />
Thanks for your interest.<br />
<br />
Regards,]]></description>
            <dc:creator>Benoît Carpentier</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Sat, 17 Oct 2009 12:39:06 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,276238,276238#msg-276238</guid>
            <title>Performance for bind variables &amp;amp; Tuning (no replies)</title>
            <link>http://forums.mysql.com/read.php?33,276238,276238#msg-276238</link>
            <description><![CDATA[ I want to know all the best possible techniques for caching in MySQL.<br />
I have very huge number of records probabaly in 1Tb. I want my system should perform faster.<br />
<br />
2. I also want to know is it possible to cache query using bind variables and what are the ways to it.<br />
<br />
I am using hibernate also at the application level. so can u suggest me any good techniques so that my systems performs faster.]]></description>
            <dc:creator>krunal pala</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Fri, 14 Aug 2009 09:16:46 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,274887,274887#msg-274887</guid>
            <title>Print web report immediately while loading report with RAQ Report (no replies)</title>
            <link>http://forums.mysql.com/read.php?33,274887,274887#msg-274887</link>
            <description><![CDATA[ For printing web report, users often need to print it by clicking the print button. However, sometimes users may want to print report immediately when loading the report on browser.<br />
<br />
As a real Excel-like web reporting tool, RAQ Report provides a direct print function for users. You only need to use the tag &lt;object&gt;&lt;/object&gt; in the JSP file to call the applet program directly. The solution is that write a print class, which inherits the direct print class DirectPrintApplet,and call the print program directly in the DirectPrintApplet.java. Then you can print the uploading report directly without the trigger program.<br />
<br />
<strong class="bbcode">Easy operation</strong><br />
<br />
1. Write a print class, which inherits the direct print class DirectPrintApplet.(You can choose the DirectPrintWithoutShow name as you like).<br />
<br />
2. Put the print class into runqianReport4Applet.jar. Remember to decompress runqianReport4Applet.jar firstly and delete the mete folder before compress it.<br />
<br />
3. Sign the new runqianReport4Applet.jar.<br />
<br />
4. Use the new class name instead of the called class name in the jsp when direct print while loading report.<br />
<br />
<br />
This post is from <a rel="nofollow"  href="http://freezea.blogspot.com/">freezea's blog</a>.]]></description>
            <dc:creator>Zhou Feng</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Thu, 06 Aug 2009 11:46:05 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,273850,273850#msg-273850</guid>
            <title>Mysqlreport Results (no replies)</title>
            <link>http://forums.mysql.com/read.php?33,273850,273850#msg-273850</link>
            <description><![CDATA[ Hi, I am running a small AAA setup with FreeRADIUS and Mysql. I recently have been getting errors on the RADIUS server that appear to be caused by slow MySQL response or so I've been told. <br />
<br />
I have provided here a copy of my &quot;mysqlreport&quot; output from when I had the server running at 8M key_buffer_size and now at 32M key_buffer_size. <br />
<br />
What other things should I look at to determine if MySQL is causing these issues?<br />
<br />
Thanks in advance - Nick <br />
--------<br />
MySQL 5.0.45             uptime 84 17:26:58     Wed Jul 29 15:07:12 2009<br />
<br />
__ Key _________________________________________________________________<br />
Buffer used     7.08M of   8.00M  %Used:  88.48<br />
 Current       7.22M            %Usage:  90.23<br />
Write hit      59.23%<br />
Read hit       99.86%<br />
<br />
__ Questions ___________________________________________________________<br />
Total          72.92M    10.0/s<br />
 DMS          37.01M     5.1/s  %Total:  50.76<br />
 Com_         35.36M     4.8/s           48.50<br />
 COM_QUIT    552.57k     0.1/s            0.76<br />
 -Unknown     11.62k     0.0/s            0.02<br />
Slow 10 s          18     0.0/s            0.00  %DMS:   0.00  Log: OFF<br />
DMS            37.01M     5.1/s           50.76<br />
 SELECT       28.09M     3.8/s           38.53         75.91<br />
 UPDATE        8.36M     1.1/s           11.46         22.58<br />
 INSERT      539.18k     0.1/s            0.74          1.46<br />
 DELETE       18.75k     0.0/s            0.03          0.05<br />
 REPLACE         202     0.0/s            0.00          0.00<br />
Com_           35.36M     4.8/s           48.50<br />
 change_db    34.76M     4.7/s           47.67<br />
 set_option  540.85k     0.1/s            0.74<br />
 show_fields  61.10k     0.0/s            0.08<br />
<br />
__ SELECT and Sort _____________________________________________________<br />
Scan            7.76M     1.1/s %SELECT:  27.61<br />
Range           5.47M     0.7/s           19.46<br />
Full join      28.37k     0.0/s            0.10<br />
Range check         0       0/s            0.00<br />
Full rng join      32     0.0/s            0.00<br />
Sort scan       1.05M     0.1/s<br />
Sort range      8.64M     1.2/s<br />
Sort mrg pass      23     0.0/s<br />
<br />
__ Table Locks _________________________________________________________<br />
Waited          1.74k     0.0/s  %Total:   0.00<br />
Immediate      45.37M     6.2/s<br />
<br />
__ Tables ______________________________________________________________<br />
Open               64 of   64    %Cache: 100.00<br />
Opened         44.39k     0.0/s<br />
<br />
__ Connections _________________________________________________________<br />
Max used           22 of  100      %Max:  22.00<br />
Total         552.71k     0.1/s<br />
<br />
__ Created Temp ________________________________________________________<br />
Disk table    137.22k     0.0/s<br />
Table         874.37k     0.1/s    Size:  32.0M<br />
File               33     0.0/s<br />
<br />
__ Threads _____________________________________________________________<br />
Running             1 of    7<br />
Cached              0 of    0      %Hit:      0<br />
Created       552.71k     0.1/s<br />
Slow                1     0.0/s<br />
<br />
__ Aborted _____________________________________________________________<br />
Clients           264     0.0/s<br />
Connects       12.63k     0.0/s<br />
<br />
__ Bytes _______________________________________________________________<br />
Sent          426.76M    58.3/s<br />
Received        1.30G   177.5/s<br />
<br />
__ InnoDB Buffer Pool __________________________________________________<br />
Usage         304.00k of   8.00M  %Used:   3.71<br />
Read hit       84.42%<br />
Pages<br />
 Free            493            %Total:  96.29<br />
 Data             19                      3.71 %Drty:   0.00<br />
 Misc              0                      0.00<br />
 Latched           0                      0.00<br />
Reads              77     0.0/s<br />
 From file        12     0.0/s           15.58<br />
 Ahead Rnd         1     0.0/s<br />
 Ahead Sql         0       0/s<br />
Writes              0       0/s<br />
Flushes             0       0/s<br />
Wait Free           0       0/s<br />
<br />
__ InnoDB Lock _________________________________________________________<br />
Waits               0       0/s<br />
Current             0<br />
Time acquiring<br />
 Total             0 ms<br />
 Average           0 ms<br />
 Max               0 ms<br />
<br />
__ InnoDB Data, Pages, Rows ____________________________________________<br />
Data<br />
 Reads            25     0.0/s<br />
 Writes            3     0.0/s<br />
 fsync             3     0.0/s<br />
 Pending<br />
   Reads           0<br />
   Writes          0<br />
   fsync           0<br />
<br />
Pages<br />
 Created           0       0/s<br />
 Read             19     0.0/s<br />
 Written           0       0/s<br />
<br />
Rows<br />
 Deleted           0       0/s<br />
 Inserted          0       0/s<br />
 Read              0       0/s<br />
 Updated           0       0/s<br />
----------------------------------<br />
MySQL 5.0.45             uptime 0 2:12:28       Wed Jul 29 17:39:43 2009<br />
<br />
__ Key _________________________________________________________________<br />
Buffer used     3.17M of  32.00M  %Used:   9.92<br />
 Current       6.79M            %Usage:  21.23<br />
Write hit      49.11%<br />
Read hit       99.69%<br />
<br />
__ Questions ___________________________________________________________<br />
Total          98.01k    12.3/s<br />
 DMS          50.34k     6.3/s  %Total:  51.36<br />
 Com_         46.77k     5.9/s           47.72<br />
 COM_QUIT        935     0.1/s            0.95<br />
 -Unknown         36     0.0/s            0.04<br />
Slow 10 s           0       0/s            0.00  %DMS:   0.00  Log: OFF<br />
DMS            50.34k     6.3/s           51.36<br />
 SELECT       39.62k     5.0/s           40.42         78.69<br />
 UPDATE        9.96k     1.3/s           10.16         19.79<br />
 INSERT          738     0.1/s            0.75          1.47<br />
 DELETE           29     0.0/s            0.03          0.06<br />
 REPLACE           0       0/s            0.00          0.00<br />
Com_           46.77k     5.9/s           47.72<br />
 change_db    45.71k     5.8/s           46.63<br />
 set_option      872     0.1/s            0.89<br />
 show_fields     175     0.0/s            0.18<br />
<br />
__ SELECT and Sort _____________________________________________________<br />
Scan           10.39k     1.3/s %SELECT:  26.23<br />
Range           7.01k     0.9/s           17.70<br />
Full join          85     0.0/s            0.21<br />
Range check         0       0/s            0.00<br />
Full rng join       0       0/s            0.00<br />
Sort scan       2.30k     0.3/s<br />
Sort range     11.02k     1.4/s<br />
Sort mrg pass       0       0/s<br />
<br />
__ Table Locks _________________________________________________________<br />
Waited             10     0.0/s  %Total:   0.02<br />
Immediate      62.33k     7.8/s<br />
<br />
__ Tables ______________________________________________________________<br />
Open               64 of   64    %Cache: 100.00<br />
Opened            252     0.0/s<br />
<br />
__ Connections _________________________________________________________<br />
Max used           12 of  100      %Max:  12.00<br />
Total             948     0.1/s<br />
<br />
__ Created Temp ________________________________________________________<br />
Disk table        351     0.0/s<br />
Table           2.14k     0.3/s    Size:  32.0M<br />
File                5     0.0/s<br />
<br />
__ Threads _____________________________________________________________<br />
Running             1 of   11<br />
Cached              0 of    0      %Hit:   0.11<br />
Created           947     0.1/s<br />
Slow                0       0/s<br />
<br />
__ Aborted _____________________________________________________________<br />
Clients            22     0.0/s<br />
Connects           27     0.0/s<br />
<br />
__ Bytes _______________________________________________________________<br />
Sent           19.27M    2.4k/s<br />
Received        7.10M   893.7/s]]></description>
            <dc:creator>Nicholas Huanca</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Wed, 29 Jul 2009 22:06:10 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,267742,267742#msg-267742</guid>
            <title>Cubes in MySql - XMLA to MySQL adapter (no replies)</title>
            <link>http://forums.mysql.com/read.php?33,267742,267742#msg-267742</link>
            <description><![CDATA[ We have some cubes in MySQL. We want to expose them via standards-based XMLA protocol. We are planning to write an adapter that does XMLA-SQL conversion. Is Mondrian really going to help me in this situation with any out-of-box solutions?<br />
<br />
- Jayadev.]]></description>
            <dc:creator>Jay Party</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Wed, 17 Jun 2009 19:57:12 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,266322,266322#msg-266322</guid>
            <title>Cast Text Blob (no replies)</title>
            <link>http://forums.mysql.com/read.php?33,266322,266322#msg-266322</link>
            <description><![CDATA[ Hi,<br />
<br />
I work on Framework Manager. I would like to join two tables:<br />
<br />
Personne which comes from a DB2 base and InetPersonne which comes from a LDAP directory ( CIS tool extracts it to a MySQL base).<br />
<br />
I must join the employee id from Personne which is a CHAR(6) with the employee id from InetPersonne which is a Text Blob.<br />
Obviously, Framework Manager cannot compare this two types of data : I would like to transform the Text Blob in CHAR with an intermediate field.<br />
<br />
Here is what I do : <br />
CAST( [vue physique].[inetOrgPerson].[employeeID]  AS CHAR( 6 ) )<br />
<br />
The error message :<br />
BMT-MD-0003 UDA-SQL-0107 Une erreur s'est produite pendant l'opération 'prepare'.<br />
'coguda#cast_char' is not a recognized function. On line 1, column 394. [parser-2909505]<br />
<br />
RQP-DEF-0177 Une erreur s'est produite lors de l'exécution de l'opération 'sqlPrepareWithOptions' état = '-9'.<br />
UDA-SQL-0107 Une erreur s'est produite pendant l'opération 'prepare'.<br />
'coguda#cast_char' is not a recognized function. On line 1, column 394. [parser-2909505]<br />
<br />
Thanks]]></description>
            <dc:creator>Emilie Durand</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Tue, 09 Jun 2009 09:48:24 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,266187,266187#msg-266187</guid>
            <title>Has anyone used MySQL with MS Server OLAP? (no replies)</title>
            <link>http://forums.mysql.com/read.php?33,266187,266187#msg-266187</link>
            <description><![CDATA[ we already have data warehousing and OLAP cubes on MS SQL Server 2008. We do not want to move the OLAP to MySQL. So we are looking for the easiest ways to link the new MySQL data into the existing OLAP cubes. Has anyone got any experience that they can share?]]></description>
            <dc:creator>Keith Macdonald</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Mon, 08 Jun 2009 14:08:07 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,264660,264660#msg-264660</guid>
            <title>ANN: Nocsos releases myDBR 1.0 - Reporting solution for MySQL databases (no replies)</title>
            <link>http://forums.mysql.com/read.php?33,264660,264660#msg-264660</link>
            <description><![CDATA[ Hi,<br />
<br />
We are very pleased to announce that myDBR 1.0 has been released and is<br />
available for free download at <a rel="nofollow"  href="http://www.nocsos.com">http://www.nocsos.com</a>.<br />
<br />
Summary:<br />
-myDBR is PHP based reporting solution for MySQL databases<br />
-Rich feature set: tabular reports, charts, graphs, networks, Google<br />
Maps, extension API<br />
-Very fast report authoring<br />
-Report drilling &amp; report network<br />
-Supports latest smartphones (iPhone, Android, Symbian)<br />
<br />
Read more about myDBR features, see online demo, and download for free<br />
from <a rel="nofollow"  href="http://www.nocsos.com">http://www.nocsos.com</a>.<br />
<br />
We welcome any feedback and improvement suggestions you might have.<br />
<br />
Thank you,]]></description>
            <dc:creator>Kalle Ikkelä</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Thu, 28 May 2009 09:52:42 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,263629,263629#msg-263629</guid>
            <title>MySQL and Graphs (1 reply)</title>
            <link>http://forums.mysql.com/read.php?33,263629,263629#msg-263629</link>
            <description><![CDATA[ is there any way to create static or dynamic graphs in MySQL?]]></description>
            <dc:creator>Syed Nabeel Anwer</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Wed, 27 May 2009 20:13:24 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,261512,261512#msg-261512</guid>
            <title>Installing Crystall Report in Linux (no replies)</title>
            <link>http://forums.mysql.com/read.php?33,261512,261512#msg-261512</link>
            <description><![CDATA[ Hi Frnd..<br />
   Is anyone able to install crystall report in linux OS.]]></description>
            <dc:creator>Raghavendra Challa</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Thu, 07 May 2009 07:09:36 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,261166,261166#msg-261166</guid>
            <title>JSP Graphs (no replies)</title>
            <link>http://forums.mysql.com/read.php?33,261166,261166#msg-261166</link>
            <description><![CDATA[ Is there any to plot graphs using MySQL and JSP ??]]></description>
            <dc:creator>Syed Nabeel Anwer</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Tue, 05 May 2009 08:02:10 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,259885,259885#msg-259885</guid>
            <title>VS 2005 and Crystal Reports - dateTime (1 reply)</title>
            <link>http://forums.mysql.com/read.php?33,259885,259885#msg-259885</link>
            <description><![CDATA[ My problem is with Crystal Reports not displaying Dates.<br />
Using Visual Studio 2005 SP1 with MySQL and .Net Connector 6.0.3.0<br />
<br />
I am running a mysql query into a DataSet and then using the<br />
MyDataSet.WriteXml(ReportName, XmlWriteMode.WriteSchema) function to create<br />
xml file, such as:<br />
<br />
&lt;?xml version=&quot;1.0&quot; standalone=&quot;yes&quot;?&gt;<br />
&lt;NewDataSet&gt;<br />
  &lt;xs:schema id=&quot;NewDataSet&quot; xmlns=&quot;&quot; xmlns:xs=&quot;<a rel="nofollow"  href="http://www.w3.org/2001/XMLSchema&quot">http://www.w3.org/2001/XMLSchema&quot</a>; xmlns:msdata=&quot;urn:schemas-microsoft-com:xml-msdata&quot;&gt;<br />
    &lt;xs:element name=&quot;NewDataSet&quot; msdata:IsDataSet=&quot;true&quot; msdata:UseCurrentLocale=&quot;true&quot;&gt;<br />
      &lt;xs:complexType&gt;<br />
        &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;<br />
          &lt;xs:element name=&quot;shareholders&quot;&gt;<br />
            &lt;xs:complexType&gt;<br />
              &lt;xs:sequence&gt;<br />
                &lt;xs:element name=&quot;sh_id&quot; type=&quot;xs:unsignedInt&quot; minOccurs=&quot;0&quot; /&gt;<br />
                &lt;xs:element name=&quot;sh_year&quot; type=&quot;xs:unsignedInt&quot; minOccurs=&quot;0&quot; /&gt;<br />
                &lt;xs:element name=&quot;sh_balance&quot; type=&quot;xs:decimal&quot; minOccurs=&quot;0&quot; /&gt;<br />
<br />
&lt;!-- ... this is what VS makes but doesn't show up in Cystal Reports Designer --&gt;<br />
&lt;xs:element name=&quot;sh_waitlist_date&quot; msdata:DataType=&quot;MySql.Data.Types.MySqlDateTime, MySql.Data, Version=6.0.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d&quot; type=&quot;xs:anyType&quot; minOccurs=&quot;0&quot; /&gt;<br />
<br />
&lt;!-- ... and tried, older version, shows up in Crystal Reports but does not print data in report --&gt;<br />
                &lt;xs:element name=&quot;sh_active_date&quot;  type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot; /&gt;<br />
<br />
		&lt;xs:element name=&quot;sh_last_name&quot; type=&quot;xs:string&quot; minOccurs=&quot;0&quot; /&gt;<br />
                &lt;xs:element name=&quot;sh_first_name&quot; type=&quot;xs:string&quot; minOccurs=&quot;0&quot; /&gt;<br />
                <br />
              &lt;/xs:sequence&gt;<br />
            &lt;/xs:complexType&gt;<br />
          &lt;/xs:element&gt;<br />
        &lt;/xs:choice&gt;<br />
      &lt;/xs:complexType&gt;<br />
    &lt;/xs:element&gt;<br />
  &lt;/xs:schema&gt;<br />
  &lt;/NewDataSet&gt;<br />
<br />
the crystalReportViewer is in a Windows Form:<br />
<br />
MySqlDataAdapter MyDataAdapter = new MySqlDataAdapter(rptSQL, MainForm.MyConn);<br />
MySqlCommand MySELcmd = new MySqlCommand();<br />
MySELcmd.CommandText = rptSQL;<br />
MySELcmd.Connection = MainForm.MyConn;<br />
MyDataAdapter.SelectCommand = MySELcmd;<br />
rptDataSet.Clear();<br />
MyDataAdapter.Fill(rptDataSet, rptSQL);<br />
.....<br />
ReportDocument cr = new ReportDocument();<br />
Cursor = Cursors.Default;<br />
cr.Load(ReportPath);<br />
cr.SetDataSource(rptDataSet.Tables[0]);<br />
crystalReportViewer1.ReportSource = cr;<br />
crystalReportViewer1.Refresh();<br />
<br />
=================================<br />
OK<br />
<br />
Now when I use the xml file as the datasource in Cystal Reports Designer , the xml schema:<br />
  &lt;xs:element name=&quot;sh_active_date&quot;  type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot; /&gt;<br />
shows up in Crystal Reports designer, if I Browse Field Data or Preview the report, date time data IS displayed, <br />
BUT WHEN I RUN THE REPORT IN THE crystalReportViewer,<br />
NO DATES ARE DISPLAYED (ALL OTHER DATA IS).<br />
<br />
Now unless I'm insane, this worked in earlier versions of VS 2005 with crystal reports and Mysql .Net connector and I'm not sure when it stopped or what caused it to stop working!<br />
HELP<br />
<br />
ANY HELP WOULD BE APPRECIATED!]]></description>
            <dc:creator>Keith Austin</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Mon, 27 Apr 2009 17:53:20 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,257715,257715#msg-257715</guid>
            <title>Crystal Reports (no replies)</title>
            <link>http://forums.mysql.com/read.php?33,257715,257715#msg-257715</link>
            <description><![CDATA[ I have developed a system that connects to MySql database, and adds information to the database, but when I try to generate reports using Crystal Reports, i get a login pop-up screen.<br />
<br />
I get this from both the localhost system &amp; the other system connected to the network.]]></description>
            <dc:creator>Lehlohonolo Moeketsi</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Tue, 14 Apr 2009 09:17:03 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,255454,255454#msg-255454</guid>
            <title>Beta call - MySQL query tool (no replies)</title>
            <link>http://forums.mysql.com/read.php?33,255454,255454#msg-255454</link>
            <description><![CDATA[ Hello All,<br />
<br />
We got a new product we've recently launched, it's a query tool and its still in beta, and we're giving it for free to whomever participates in the program. This means you use it and send us quick feedback (one paragraph enough) You can read about it and download here:<br />
<br />
<a rel="nofollow"  href="http://www.nobhillsoft.com/MarieAlix.aspx">http://www.nobhillsoft.com/MarieAlix.aspx</a><br />
<br />
and, like we said. so long as its beta (for the next few weeks, we think), feedback gets you free copy. for life. Yes, we need your feedback that bad<br />
<br />
Thank You<br />
<br />
Nob Hill Software Support (support@nobhillsoft.com)]]></description>
            <dc:creator>Itamar Sion</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Tue, 31 Mar 2009 16:16:54 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,254636,254636#msg-254636</guid>
            <title>Reporting tool for MySQL-Non Web Based (no replies)</title>
            <link>http://forums.mysql.com/read.php?33,254636,254636#msg-254636</link>
            <description><![CDATA[ I m using a stand alone application, is there a open source reporting tool that can be used for the application, with features similar to the openreports like optional param, charts, list param, date param and easy query designer]]></description>
            <dc:creator>Preetha S</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Thu, 26 Mar 2009 10:58:37 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,254337,254337#msg-254337</guid>
            <title>Need a web based mysql reporting tool (2 replies)</title>
            <link>http://forums.mysql.com/read.php?33,254337,254337#msg-254337</link>
            <description><![CDATA[ Hello everyone!<br />
<br />
I'm a newbie to mysql so don't laugh at my question. I'm setting up a college alumni website using mysql to hold student/alumni data. I'm searching for a reporting tool that -<br />
<br />
1. Is PHP based (preferably) so that it can run on the server.<br />
2. Can let me perform search on multiple fields [i.e: Year of graduation + first name + favorite food etc.]<br />
3. Output/Input should be customizable. I don't want fancy graphs. Just some output using html tables.<br />
4. Better if it's got some AJAX in it :-)<br />
5. Should have two levels of access: Superadmin and other with access limited to certain parts of the report.<br />
<br />
Most importantly: It should be free / open source.<br />
<br />
Could you please help?]]></description>
            <dc:creator>Kaustubh Pathak</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Thu, 26 Mar 2009 11:12:59 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,252530,252530#msg-252530</guid>
            <title>Reporting (11 replies)</title>
            <link>http://forums.mysql.com/read.php?33,252530,252530#msg-252530</link>
            <description><![CDATA[ i'm new in mysql.<br />
i've been using MS SQL Server 2005-08 ... <br />
<br />
<br />
i need to have some resources similar, or even better, to MS Reporting Services.<br />
<br />
there are some php o asp tools ? <br />
possibly open source ?<br />
<br />
<br />
thanks a lot<br />
<br />
Pacca]]></description>
            <dc:creator>stefano pasquali</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Thu, 19 Nov 2009 00:13:39 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,249382,249382#msg-249382</guid>
            <title>Beta call (no replies)</title>
            <link>http://forums.mysql.com/read.php?33,249382,249382#msg-249382</link>
            <description><![CDATA[ Hello All,<br />
<br />
We got a new product we've recently launched, it's a query tool and its still in beta, and we're giving it for free to whomever participates in the program. This means you use it and send us quick feedback (one paragraph enough) You can read about it and download here:<br />
<br />
<a rel="nofollow"  href="http://www.nobhillsoft.com/MarieAlix.aspx">http://www.nobhillsoft.com/MarieAlix.aspx</a><br />
<br />
and, like we said. so long as its beta (for the next few weeks, we think), feedback gets you free copy. for life. Yes, we need your feedback that bad<br />
<br />
Thank You<br />
<br />
Nob Hill Software Support (support@nobhillsoft.com)]]></description>
            <dc:creator>Itamar Sion</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Mon, 23 Feb 2009 20:36:20 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,247858,247858#msg-247858</guid>
            <title>Crystal Reports and mysql (no replies)</title>
            <link>http://forums.mysql.com/read.php?33,247858,247858#msg-247858</link>
            <description><![CDATA[ Hello, <br />
<br />
I have a table with numbers in mysql server. the fields are declared as double<br />
My problem is that when i try to make my report the crystal report regognize the decimal separator of mysql as thousand separator. How can i solve this problem???<br />
i try to change the properties of crystl report and i change the decimal separator from ',' to '.' but the result is the same.<br />
e.g. I have the number 5.5 in database and in report 55,00 or 55.00<br />
<br />
Thanks]]></description>
            <dc:creator>dimitrios t</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Sat, 14 Feb 2009 10:40:27 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,247682,247682#msg-247682</guid>
            <title>The Excel-like Design Style of Reporting Tool (no replies)</title>
            <link>http://forums.mysql.com/read.php?33,247682,247682#msg-247682</link>
            <description><![CDATA[ Designing reports with traditional reporting tools of control drag and drop style, we are often troubled by the alignment of gridlines. Especially when the report has a multi-level complex report header, it has a huge workload and usually can not achieve a perfect effect.<br />
With its unique spreadsheet design style, Excel avoids the trouble of the alignment of gridlines. Therefore, wide end users have a special liking to it, and ask for a reporting tool with an Excel-like design interface.<br />
<br />
As a result, many report companies emulated Excel, and they thought the only thing was to add a table control.<br />
However, end users are not so easy to be satisfied with only a table control, and they ask for various design capabilities of Excel. Such as merge/split cells, word wrap, shrink to fit, format painter, etc. Then, cell properties are even more, such as border, background, foreground, font, size, etc.<br />
The ideal requirement of end users is an Excel-like reporting tool with a complete set of report operational models. With it, they can easily make all kinds of reports, no matter simple or complex. Simple report means linear report, such as freestyle report, grid report, group report, cross report, etc. Complex report means nonlinear report, such as multi-source report, irregular group report, symmetrical row/group report, etc. With operational capability, Excel design models will really become end users' favorite design style.<br />
<br />
As end users like Excel so much, they may have made a great number of Excel templates before. When they are making reports, they hope that they can import these templates directly to avoid the trouble of designing again. Similarly, they also hope that they can export reports made with reporting tool to Excel templates to make a second operation conveniently.<br />
<br />
Above is the relative perfect standard of Excel-like reporting tool. Perhaps some people will say that it is too hard, and there can not be such an ideal tool. Luckily, RAQ Report meets all the requirements above and becomes the leader of the new generation of reporting tools. Of course, besides the perfect Excel-like design style, RAQ Report has many revolutionary functions, such as strong correlation semantics model, multi-source input model, etc. <br />
<br />
This post is from freezea's blog. You are welcomed cc it anywhere, and please indicate the source.<br />
<br />
If you would like to read more articles about reporting tool, you are also welcome to refer to my blog at <a rel="nofollow"  href="http://freezea.blogspot.com/">http://freezea.blogspot.com/</a>.]]></description>
            <dc:creator>Zhou Feng</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Fri, 13 Feb 2009 12:08:34 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,246526,246526#msg-246526</guid>
            <title>Small stand-alone MySQL report generator for Mac, Unix, Windows (no replies)</title>
            <link>http://forums.mysql.com/read.php?33,246526,246526#msg-246526</link>
            <description><![CDATA[ Crypto runs your scripts and other command-line reporting tools &quot;hidden&quot; in the background, and renders their output in HTML on its view window. No server required. 450k .exe windows app, or a 8k zipped executable JAR using your Java 1.5 libraries (all OS's).<br />
<br />
Crypto is an application designed to create menus, data entry screens, and reports for the Mac, Windows, and Unix. It allows the user to create screens in simple HTML 4.0 (and CSS), and add commands like &quot;launch excel.exe&quot; to the hyperlinks (though you can still link pages normally), as well as capture HTML form data with ordinary scripts or programs written in any language. For instance, setting the action attribute of an HTML form to &quot;capture.bat&quot; and the method attribute to &quot;post&quot;, allows form data to be posted to the input stream of an ordinary batch file, which Crypto will run &quot;hidden&quot; in the background so no DOS or shell screen pops up. Crypto then captures the output of the batch file, and renders it as HTML in a window. You even control the title and icon in the upper left corner of the window - the contents of your title tag appear verbatim.<br />
 <br />
Now anybody can turn an HTML form and a console script into a SQL querry driven report for any GUI.<br />
<br />
This even works with C console programs, pl-sql scrips, etc.... They run in the background, and Crypto renders their output, which can include anything you might want to put in an HTML file, such as music, animation, tables, logos, whatever.<br />
<br />
Crypto does not need a web server, or even an internet connection to run. It is a single, tiny stand-alone cross-platform program. And the same screen pages you create (in any HTML editor) will port directly to any platform which supports Java. That is, the you don't need to change anything to port it between all flavors of Unix, any version of Windows, or any Mac.<br />
<br />
Crypto will run any program, in any language. One of my favorite tactics is to run small java programs that capture form data, and output HTML back to Crypto, which then renders them (quite fast, as well). I just add a hyperlink or image link, and replace the link address with a run command, like this &quot;href=run java myclass myargs...&quot;, and clicking the link or image runs the program, and captures its output. No DOS or shell window appears at all, even with batch files!<br />
<br />
Crypto can also run your existing CGI-bin code, with little or no modification. Sending a form GET is as simple as &quot;action=myprog GET mydirs&quot; or whatever arguments you need to pass, and Crypto will tack the form GET data to the end of the command line argument, just like a web-server does.<br />
<br />
Crypto is $19.95, but you can try it for free.<br />
<br />
<a rel="nofollow"  href="http://sites.google.com/site/cryptoapp">http://sites.google.com/site/cryptoapp</a>]]></description>
            <dc:creator>Mike Goyette</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Fri, 06 Feb 2009 21:32:17 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,245640,245640#msg-245640</guid>
            <title>Do more with less (no replies)</title>
            <link>http://forums.mysql.com/read.php?33,245640,245640#msg-245640</link>
            <description><![CDATA[ In the present economic climate the mantra in most companies is do more with less. In all too many companies, hiring is frozen, there may even be layoffs, but at the same time the number of people in I.T. is frozen, there is more work required to keep the company going.<br />
<br />
There are things we can all do to improve productivity. There are a number of things we can do to manage people so they are more productive (http://www.12simplesecrets.com/management.htm). There are a number of things we can do to better determine what must be done in each project, and equally important, what is not needed.<br />
<br />
There are also programming tools that make programmers more productive. That is the focus of this post. The following are the items I have found to deliver a tremendous return on investment. The kind of help that does help you do more with less:<br />
<br />
Dual 21&quot; monitors. Numerous studies show as much as a 20% increase in productivity over a single monitor. If your dev team drops from 6 to 5 people but you get the monitors, you may end up even. <br />
VmWare or Hyper/V. Having a virtual machine that is configured identically to the production system, and that can be rolled back to it's initial state before installing each new version, lets developers test their code in it's production state. This reduces the number of bugs in a developer's code. <br />
Java developers - IntelliJ. The capabilities in the IntelliJ IDE far surpass Eclipse and the additional refactoring alone can save a developer hours to days a month. <br />
C# developers - ReSharper. This is an AddIn to Visual Studio and provides live feedback to syntax errors while typing (giant time saver), refactoring, and more. Again, this can save hours to days of time each month. <br />
Reporting - Windward Reports. By using Microsoft Office (Word, Excel, &amp; PowerPoint) as the design tool, developers can design reports in 1/10 to 1/20 the amount of time required by other reporting packages. For someone working fulltime on reports, that saves 36 - 38 hours/week. <br />
Oracle Forms - FMB Merge. A diff tool for Oracle forms. It not only save the developer a lot of time, but it also reduces the bugs in modifications to the program. <br />
PeopleSoft - Araxis. I think it would be impossible to merge PeopleSoft updates with local customizations without this. The difference in development time and reduced bugs is gigantic. <br />
Windows forms - DevExpress. DevExpress is a gorgeous set of Windows forms controls that handle just about any need. The code is solid, fast, and their tech support is excellent. If you have controls that are buggy, incomplete, or poorly documented, this is a giant time saver. <br />
Upgrading to the above should give you a clear measurable increase in productivity. It's not a silver bullet, but it does help. If you have any suggested additions to this list, please add as a comment. Originally posted at <a rel="nofollow"  href="http://www.davidthielen.info/windward/2009/01/do-more-with-less.html">http://www.davidthielen.info/windward/2009/01/do-more-with-less.html</a>]]></description>
            <dc:creator>David Thielen</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Mon, 02 Feb 2009 22:45:06 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,245244,245244#msg-245244</guid>
            <title>The function of data inputting in reporting tool (no replies)</title>
            <link>http://forums.mysql.com/read.php?33,245244,245244#msg-245244</link>
            <description><![CDATA[ With the continual development of information technology, the application of enterprise-level reporting tool is also improved gradually. (At first, it was stand-alone data operation, and on-line file processing later. Then, OA software appeared before the brilliant shining of standard financial software and QgESS software. After that, the concepts of business process reengineering appeared, such as MRPⅡ, ERP, EPM, BI, etc.) Today, there are a lot of reporting tools available.<br />
<br />
However, too many choices only make users confused. Some industries need to flexibly submit data with different data types, and traditional reporting tools can not satisfy their requirements. Users of this kind are often in the industries like finance, consultation, chemical engineering, smelting, communication, etc. With the increase of this kind of application, users are eager for a reporting tool which can adapt dynamically.<br />
<br />
The input model of RAQ Report is a professional tool which can develop all kinds of data acquisition systems quickly. It can implement all kinds of normal/complex input applications, and the design process is easy and efficient.<br />
The input model of RAQ report divides data acquisition into two basic modes, Row Input and Freestyle Input.<br />
<br />
Row Input is used to process simple quick input. It can add, insert, delete rows conveniently, and save the single-line data inputted instantaneously.<br />
<br />
Freestyle Input can be used to make complex data input formats. Compared with Row Input, the input format of it is more flexible.<br />
With Freestyle Input, you can implement data acquisition requirements of any complex format. RAQ Report provides complete data input proposal for data acquisition with great changes and flexible requirements, therefore, it can meet all kinds of WEB data acquisition requirements. <br />
<br />
This post is from freezea's blog. You are welcomed cc it anywhere, and please indicate the source.<br />
<br />
If you would like to read more articles about reporting tool, you are also welcome to refer to my blog at <a rel="nofollow"  href="http://freezea.blogspot.com/">http://freezea.blogspot.com/</a>.]]></description>
            <dc:creator>Zhou Feng</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Sat, 31 Jan 2009 05:04:30 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,243097,243097#msg-243097</guid>
            <title>How to design report with high efficiency like Excel? (no replies)</title>
            <link>http://forums.mysql.com/read.php?33,243097,243097#msg-243097</link>
            <description><![CDATA[ Have you ever seen a reporting tool which has a more suitable interface to design static reports than Excel?<br />
<br />
I believe that those who have made or read a certain number of reports will say no to this question. Exactly, Excel's interface is the best choice for static report design, as it has incomparable advantages in efficiency, operation and setting.<br />
<br />
Then, drag and drop style and Excel-like style, which is better?<br />
<br />
This dispute has once appeared in the professional reporting tool industry. After all, those senior reporting tools are using the drag and drop style. However, RAQ Report gives a resounding answer by releasing an Excel-like reporting tool: Even in professional reporting tools, the efficiency of Excel-like style reporting tool is much higher than that of drag and drop style reporting tool.<br />
<br />
Even for non-professionals, Excel is a reporting tool easy to use. It only needs a little time to grasp the basic knowledge, and everyone can make a table with beautiful interface from scratch quickly. Next, with an example, we will see RAQ Report inherits the characteristic of Excel to what extent.<br />
<br />
The main design interface at the left side is the most common Excel-like spreadsheet. If you set format there, you will find that RAQ Report is totally same with Excel in static style setting.<br />
<br />
1. Cell's width, height, background, foreground, display format, line break, gridline, etc.<br />
2. Content’s font, font size, bold, italic, and underline, etc.<br />
3. Data’s horizontal alignment and vertical alignment.<br />
4. Format painter.<br />
<br />
In format definition, RAQ Report and Excel have no difference. Moreover, besides these inheritances in static format, RAQ Report also inherits the cell expression of Excel. For example, in Excel, if you want to make a summary of the data of A3-D3 in E3, you should write &quot;=SUM(A3:E3)&quot; in E3. Then, if you want to do this in RAQ Report, you will find that it is similar with that in Excel.<br />
<br />
Like Excel, RAQ Report also can automatically adjust the expression in the cell whose position changed. If you insert a new column between B3 and C3 in the table above, then the expression in F3 (original E3) will adjust to &quot;=SUM(A3:E3)&quot; automatically. Similarly, if you insert a new row or column in RAQ Report, corresponding expressions will also adjust automatically. Moreover, flexible expressions, such as &quot;A2+B3-A4&quot; and &quot;(A1+E2*D4)/C3&quot;, can also be operated correctly.<br />
<br />
Besides inheriting the design style of Excel, RAQ Report realizes dynamic data extension which Excel can not realize.<br />
<br />
In terms of efficiency, RAQ Report is certainly a powerful reporting tool to make reports like the one above. Due to the advanced Excel-like design style, RAQ Report can improve the efficiency by 90%. Compared with traditional reporting tools, RAQ Report exactly can improve the efficiency of Web report design, and shorten development cycle, and reduce development cost. As a result, RAQ Report is so popular with large report designers, programmers and project managers.<br />
<br />
This post is from freezea's blog. You are welcomed cc it anywhere, and please indicate the source.<br />
<br />
If you would like to read more articles about reporting tool, you are welcome to refer to my blog.]]></description>
            <dc:creator>Zhou Feng</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Mon, 19 Jan 2009 11:28:44 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,242143,242143#msg-242143</guid>
            <title>reporting and front end to mysql (2 replies)</title>
            <link>http://forums.mysql.com/read.php?33,242143,242143#msg-242143</link>
            <description><![CDATA[ I'm fairly new to mysql...<br />
<br />
What is the preferred way to build a (simple) user interface to a mysql database, that will allow the user to enter data using forms and generate invoices and payment receipts?<br />
<br />
I have looked at BIRT (not the All-in-One, but the RCP Designer) and it does seem to do the trick for doing receipts and invoices - just wanted to know if there are alternatives.]]></description>
            <dc:creator>Andre Andre</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Mon, 20 Apr 2009 09:23:51 +0000</pubDate>
        </item>
    </channel>
</rss>
