Hi. I have 2 columns that I need them both combined into one column as below.
In this case it works as it should when I unpivot ZoneW and ZoneS columns, but I am quite puzzeled because in a different report (quite a large report) it does work but it asks that it's switched all tables to Import mode which I tried but then it throws error that some transformations in my report can't be used for Import query mode.
I don't know why it does ask to switch it to Import mode and only way around it that I can think of is to try a different way of combining both columns. Is there another way to action it to have it combined into 1 column instead of two. And do you know why it would ask me to switch it to Import mode. It doesn't usually do and I have no idea why in this occassion it does for not apparent reason. Thank you
Please note that I'm unpivoting just 2 columns in the actual table, not 3 columns as below, but I suppose it would work similarly when unpivoting 2 or 3 columns
In this case it works as it should when I unpivot ZoneW and ZoneS columns, but I am quite puzzeled because in a different report (quite a large report) it does work but it asks that it's switched all tables to Import mode which I tried but then it throws error that some transformations in my report can't be used for Import query mode.
I don't know why it does ask to switch it to Import mode and only way around it that I can think of is to try a different way of combining both columns. Is there another way to action it to have it combined into 1 column instead of two. And do you know why it would ask me to switch it to Import mode. It doesn't usually do and I have no idea why in this occassion it does for not apparent reason. Thank you
Please note that I'm unpivoting just 2 columns in the actual table, not 3 columns as below, but I suppose it would work similarly when unpivoting 2 or 3 columns
| | | |
---|---|---|---|
Currently like this | | | |
Cust.No | Zone W.Reply | Zone T.Reply | Zone S.Reply |
458232539 | Y | | |
62955626S | | N | |
652623520 | | | Y |
652623537 | Y | | |
65262354S | | Y | |
652623554 | N |
Required like this | |
Cust.No | Reply |
45823253W | Y |
62955626S | N |
652623520 | Y |
65262353W | Y |
65262354S | Y |
652623554 | N |
Last edited: