Hello, thanks in advance for helping with this.
I have a datable similar to this as an example
How do i dynamically write to an excel sheet a filtered version odf the datatable for each unique Username?
Hello, thanks in advance for helping with this.
I have a datable similar to this as an example
Hy
You must use the assign activity like this:
DTUserName = DTMain.DefaultView.ToTable(True,“UserName”)