I have a dataset containing 10ish attributes. Most of the fields are empty (if an item has a value in attr1, it has no value in attr2, attr3, attrN, etc), and I want to have a single attribute containing the value of all the others.
Solved
How to group multiple attributes values under one attribute
Best answer by geomancer
Or you can simply concatenate the attribute values in your new attribute.
@Value(attr_0)@Value(attr_1)@Value(attr_2)@Value(attr_3)
Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.