ravig1206
(Ravi Gupta)
May 16, 2023, 7:19pm
1
Hi All,
I am working on a project where I have to create a report as well.
so for reporting I have created a Queue where I am posting all information which I require in report.
For Example
I want to get all this details in a Excel and also need to change the status of the transaction from New to Successful.
once I get all data my reporting excel will look like below.
please help
Anil_G
(Anil Gorthi)
May 16, 2023, 7:33pm
2
@ravig1206
Follow steps
While loop can be used to get eqch item
Get transaction item on the queue
2 If queue item not retreived then end process else move to next step
Now next can use add datarow and use array of items as this {outputOfstep1.SepecificContent("Promo Id").ToString,….}
add all items you need
Set transaction status
after loop use write range to write to excel
If using re framework then use add data row in process.xaml and write range in end process state
Hope this helps
Cheers
1 Like
system
(system)
Closed
May 21, 2023, 10:56am
3
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.