Forum Discussion
anaib
2 years agoFrequent Visitor
Evaluate text field value and create a column based on unique occurrences
Hello everyone, I have a huge data center usage dataset that contains a colum "EquipmentId". The Equipment ID colulmn contains alpha numerical values. In a million plus rows, there are a couple of...
- 2 years ago
Go to 'Transform Data'
Select the table with all of your data and then select 'Merge Queries'
Select the mapping table and then select the 'EquipmentId' column for both tables...
After clicking 'OK' you will have a new column added to your table that has a table in each row.Expand that column. Select only the Department and deselect the 'Use original column name...'
After clicking OK you should have the desired result in your table...
jgeddes
Super User
2 years agoHave you considered merging the two tables together using the 'EquipmentId' column as the link and then expanding the resulting column to include only the 'Department"?