Results 1 to 1 of 1
Thread: missing dates problem in ireport
- 12-18-2009, 05:11 AM #1
missing dates problem in ireport
Hi ,
I also has the problem with dynamic parameter passing ,ok iwill explain
i want to get the data of a month so my query will be
select * from fruit where month(shiftdate)=10;
this will give me the needed result ,ok but if any date in that month eg:sundays are holidays so that day will be no data and also that date also missing i want that date also as in the date column ad the remain as 0.00,so i written a pgm in java to get alla the dates in a month and pass to the quey(not in report)as
select * from fruit where shiftdate=2009-10-04;
this is sunday so i get the output as sunday 0.0 0.0 in my java pgm but how can i pass the dates dynamically or is there any option other than this .I'm using ireport 3.0.0
Please help me
Similar Threads
-
ireport problem on print
By urtley in forum Advanced JavaReplies: 0Last Post: 08-05-2009, 11:12 PM -
Help with dates
By bumblyb33 in forum New To JavaReplies: 1Last Post: 02-13-2009, 02:54 PM -
How to Compare two Dates
By Java Tip in forum java.utilReplies: 1Last Post: 06-24-2008, 07:05 AM -
help with dates and time
By osval in forum New To JavaReplies: 3Last Post: 12-12-2007, 12:41 PM -
Problem for iReport (Data Source )
By tlgkumar in forum Advanced JavaReplies: 1Last Post: 11-27-2007, 07:39 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks