Is it possible to share the data of 2 data window into 1 data window? How? And if not, is there any other way to pass the data of 2 datawindow into 1 data window?
In short, no. Sharedata works only from a single source. If multiple source datawindows have the same column types you can use the Rowscopy method and copy many sources into a single destination datawindow.