Dec 17, 2019 08:04 AM
Hello!
I’m trying to simply show the aggregation of two lookup fields into a third column while keeping the linked values.
Concatenate will de-link the data as it only works with text values- how do I carry the link through concatenate? Is there a formula or AirTable workaround that will join data without losing the links?
Apr 16, 2020 11:37 PM
I’m trying to solve the same issue, did you end up finding a solution?
Apr 17, 2020 12:12 AM
Hi @Mark_Lewis1,
Welcome to Airtable Community !
You have 2 scenarios here:
Are both values linked to the same Table?
Are both values linked to different tables?
I assume it is the latter?
In this case a work around would be to do the following:
“https://airtable.com/tblCia60En5GONbn/viwJGm2vkEyq7TInn/”&RecordID()
In the table where you want to Link to, you will create 2 new Fields (or one for each record you want to concatenate), Lookup the new field you did in the other Tables.
In a final Concatenate field, concatenate both URLs. Now you have the records that are linked to this record in URL forms.
It’s a work around but it might help.
BR,
Mo
Apr 19, 2020 07:12 PM
Thanks for your reply! I’m actually looking for option 1.
I have 3 types of ‘attendance’ that I’m currently tracking in three separate columns in table A, I would like to be able to combine these with links into a single column in table B.
Cheers,
Mark
Nov 16, 2020 10:36 AM
Hi @Mark_Lewis1, did you ever find a solution for this? I need to do the same thing