Generate Yearly Report - Cant get to save the monthly report in the designated folder


SImulate click is unchecked
Please help

@nishu

Please can you share what is the line of text after Path.Combine … (that is assigned to ReportFilePath)

Sure thing…

image
month is null.
So that is the issue.

how do i resolve it?

This is create yearly report from all files in the folder correct?

If so, you can use Directory.GetFiles to loop through the files and create the Yearly Report file.

Yes …Thank you Sowmya…let me try

1 Like

Resolved…Thanks a lot dear…

1 Like

@nishu

Glad it worked . Please mark the relevant reply as solution so it is helpful for others to find the solution for the issue.

i declared a month variable when it was nt working. i removed and it worked :smiley:

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