Merge DT - Assignment 2

Hi Guys.

I have some problems to merge the data table in Create Yearly Report process, dt_monthlyReport is full but not run the activity.

config%20merge

Cheers

Make sure that dt_YearlyReport is initialized before appending the data from dt_MonthlyReport.

Before looping thru the months, set the dt_YearlyReport.
Assign Activity dtYearlyReport = new DataTable

Yes, that was the solution

Thank you so much.

1 Like

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