Allan Sy

Greenhorn
+ Follow
since Jan 26, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Allan Sy

Sorry for that, here is the code. Btw, I am using iReport 5.1.0 here.

Main Report



Subreport



This is the Java Code to run the Jasper Report
9 years ago
Hello, I am having a problem. I have a main report getting its data from the main CSV file and a subreport getting its data source from another CSV, the detailed CSV. From main to subreport, i pass 2 parameters, an ID and a Date. Whenever I run the report, I only get to print the first detail row's subreport output, while the succeeding detail rows are blank.



Do you know why?



Thanks!
9 years ago
Check this one out.

http://www.andykhan.com/jexcelapi/tutorial.html#reading

But I'm still having problems because 0.000109 has been converted to 1.09E-4.
I am having the same problem. It always rounds to 3 decimal places for number. I need this because I am dealing with foreign exchange rates and it should not be rounded off.

Can anybody help?

Thanks!