I upgraded an application from PB 8.0 to 2019 R3. There are two dw's in the scenario. The first dw does the retrieve and the second dw uses an Importstring to pull in the data from the first one:
dw_second.importString(dw_first.describe("datawindow.data"))
No errors are returned on the import but the presentation of the second dw has the controls on top of each other (screenshot attached). It works fine in PB 8.0
Any help would be appreciated!
The Rowscopy worked! Thanks!