解決済み
Add Values to one field based on the existing field
オプション
- RSS フィードを購読する
- トピックを新着としてマーク
- トピックを既読としてマーク
- このトピックを現在のユーザーにフロートします
- ブックマーク
- 購読
- ミュート
- 印刷用ページ
swapsingh2712
アステロイド
01-29-2023
07:37 AM
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
Hello All,
I've a data set which looks kinda below
Issue_1 | Issue_2 | Issue_3 | Issue_4 |
aaa | ggg | iii | |
bbb | eee | mmm | |
ccc | fff | ||
ddd | hhhh | kkk |
Now I want combine these values under one column only and then remove other columns. So my final data should look like below
Issue_1 |
aaa |
bbb |
ccc |
ddd |
eee |
fff |
ggg |
iii |
mmm |
kkk |
Could you please advise how this can be achieved in alteryx?
BR
swap
解決済! 解決策の投稿を見る。
ラベル:
- ラベル:
- Help
- Transformation
5件の返信5
Qiu
21 - Polaris
01-29-2023
03:01 PM
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
@swapsingh2712
Can I confirm why the "hhhh" value is removed in your sample output?
And what happens if there are duplicated values in the input?
flying008
オーロラ
01-29-2023
04:50 PM
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
Hi, @swapsingh2712
There is a easy way for you:
******
If it can help you get your want, please mark it as s solution and like for more share.
grazitti_sapna
キャスター
01-29-2023
08:16 PM
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
02-01-2023
10:31 PM
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
Hello All,
Thank you so much for your help. I've posted a another questions similar to this one. If you could help. I forgot to add one condition in this scenario