Hello guys,
I have created a workflow along with batch macro wherein,
- Text input tool accepts 2 dates like the following - '2011-01-01' AND '2011-12-31'. Then a query is made to the SQL server which contains the last 8 years dates.
- Batch macro then fetches the data for the above mentioned date range.
- The output tool is to write the data in the SQL server as "Update: Insert if New".
I am currently seeing the output like this.
But I need the message in result pane as shown below.
"Number of records read : 1952 '2010-01-01' AND '2010-12-31'".


Thanks in Advance.