How to stamp multiple case refrence in same report one by one?

Thanks for the confirmation

Here is how you can certainly achieve that:

Create a global dt variable with headers in Initialization scope for further use.

  1. In the process transaction scope you can use a switch statement for all the progress status.
  2. Based on the condition you can switch into that specific condition and stamp the status column as per the condition of your switch.

Example: if the condition matches with completed status you will stamp completed, if matched with in progress it will stamp it as in progress, and in the get transaction state transition where Transaction item is notNothing and where transaction item is Nothing use a write range to write it in the report excel with the updated Dt variable.

Thanks
Bishwajeet

1 Like