Row attributes lost when Joining data tables
Hello, I have a main data table (dt1) where I'd like to Join it with another data table (dt2). The main data table (dt1) contains some row attributes where certain rows are Excluded, certain rows are marked with specific Markers and Colours. When both data tables are joined, producing a new data table (dt3), this new data table no longer hold the row attributes mentioned above. Does anyone know ho...