Hi: I am trying to build a calculated field based off certain criteria’s in my table. For example:
In my dataset I have 2 Columns (country and name).
Country Name
France George
Germany Adam
Italy Lily
Italy Paul
USA Fred
USA Jason
France Justin
Germany Michael
In my table, i will like 2 columns, one for country and the second column to consolidate all the names under that criteria (i.e. the country). For example: For USA: the table will show USA in 1 column and in the second column I want the calculated field to show Fred, Jason. Is this possible?
Many thanks in advance!