Greetings everyone.
I have 3 columns. If a row in one of them has value, then the other 2 are empty. It is also possible that all 3 could be empty.
Any ideas on how to merge them all together in one column.
Solved! Go to Solution.
You can merge these with a formula tool, either add a new column, or update one of the existing ones. Just add the formula...
[Currency] + [Currency Card] + [Currency Card]
Hi @soncoku,
If you want to do it fully dynamically you could transpose your data and summarize to find the max value for each?
If this solves your issue please mark the answer as correct, if not let me know! I've attached my workflow for you to download if needed.
Regards,
Jonathan
Hi @soncoku
1. Add a RecordID, then transpose with RecordID as Key field.
2. Use a formula tool, Select [Name] and in the Expression Window type "New Currency" to replace all Old Column Names with "New Currency"
3. Add CrossTab Tool, select RecordID as Group field, Name for Column headers, Value for Values and Concatenate for Aggregation method.
User | Count |
---|---|
19 | |
15 | |
13 | |
9 | |
8 |