Hi Lb the formula for {@Merged_dt1} is
date ((Mid ({BAQReportParameter.Option01},4 ,2 )+"/"+ Left ({BAQReportParameter.Option01}, 2) +"/" +Mid ({BAQReportParameter.Option01},7 ,4 )));
I had to resort to this formula cause my db returns date in us format mm/dd/yyyy and in text format. {@Merged_dt1} is the start date and 2 is end date.
How can i join the excel and fill the dates with no records ?