Assignment 2 Unclear Instructions

Hey All,

The highlighted instructions for Assignment 2 Performer is not clear to me. Could someone clarify?

1 Like

@jonathan89

Assign, dt_YearlyReport = new Datatable

1 Like

Thanks, but does that mean I create a new datatable variable?

@jonathan89

Yes we have to create that DataTable variable and say ‘dt_YearlyReport’ and do initialization like new Datatable.

In this assignment, we will download each month report for each vendor ID and will merge all monthly reports for that vendor and will store result into dt_YearlyReport dataTable variable.

Ok, I understand that part. I have created a datable called dt_YearlyReport, but what is value of the assign?

@jonathan89

On right hand side, just write new Datatable.

1 Like

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