Hello,
I am working on Crystal reports XI, and facing a problem. I will really greatful if you can give me some suggestions.
I have two excel sheets that my report is going to pull data from. Lets say one is book1 and other is book2. Both excel sheels have same number/type of columns. I started from using following command
select * from [c:\book1.xls].[Sheet1$]
union
select * from [c:\book2.xls].[Sheet1$]
Everything worked great and then I got another requirment. The are going to insert date with file names, so no the file names will look like
c:\book12006-09-30.xls and c:\book22006-09-30
Date will be last day of last month. So for suppose if we are running the report today, the date would be 2006-09-30.
I am not sure how to insert that forumla in the command I am writing. Could someone please help me.
Thanks in advance.
I am working on Crystal reports XI, and facing a problem. I will really greatful if you can give me some suggestions.
I have two excel sheets that my report is going to pull data from. Lets say one is book1 and other is book2. Both excel sheels have same number/type of columns. I started from using following command
select * from [c:\book1.xls].[Sheet1$]
union
select * from [c:\book2.xls].[Sheet1$]
Everything worked great and then I got another requirment. The are going to insert date with file names, so no the file names will look like
c:\book12006-09-30.xls and c:\book22006-09-30
Date will be last day of last month. So for suppose if we are running the report today, the date would be 2006-09-30.
I am not sure how to insert that forumla in the command I am writing. Could someone please help me.
Thanks in advance.