Merging monthly reports not working

Here is my XAML file, I am doing an assignment in the RE framework…
I’m trying to merge monthly reports but its not working
System1_Merge_MonthlyReport.xaml (9.9 KB)

@Sami_Rajput
whats the error you are getting?

@jack.chan
Not getting any error, but the excel file is empty

try this @Sami_Rajput
System1_Merge_MonthlyReport.xaml (11.8 KB)

i added this part, because dt_reports is empty datatable, so your output will be empty

this code will fix that (if dt_reports is null, clone the headers of dt_monthly_report to dt_reports)

and also checked this

@jack.chan
its still the same

are you sure you’re using my version

System1_Merge_MonthlyReport.xaml (11.8 KB)

its working for me

if its still not working
can you zip the “Data\Monthly\RO892123” folder and upload it here???

@jack.chan
New folder.zip (66.7 KB)

@Sami_Rajput

move these files into RO89213 folder and it will work
image

you are reading from Monthly\RO892123 but its empty

1 Like

@jack.chan
Thanks

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.