Hi Team,
I have a whole year data using that there is monthly reports are generating e.g I have Jan-Dec Raw data and my workflow generate monthly reports. So whenever I need 1 or 2 months reports I needed to run all the data and take the result manually. So the requirement is that when I enter Jan then It has to take Jan month data and generate report for the same, if I enter Jan and Feb then it have to run data for Jan and Feb and generate report for two months.
So basically I needed to pass run time value and execute the workflow for that specific value. I believe that it can be achieved by using macro, as I did not worked on macro previously I need a help for this problem.