Hi!
I’m trying to figure out a way to get data from ‘Table B’ to ‘Table A’ based on the value of a field in Table A.
It looks as follows:
I have an entry in Table A, for which I select ‘device’, ‘pagetype’ and ‘country’. For the combination of these three fields I want to create a unique identifier, so I’ve added a formula column:
![Schermafbeelding 2021-02-18 om 07.04.23 Schermafbeelding 2021-02-18 om 07.04.23](/t5/image/serverpage/image-id/5522i56DA25F5C8716328/image-size/large?v=v2&px=999)
This would result in for example MobileHomepageGermany.
In Table B I have set a ‘value’ for MobileHomepageGermany of 100. I want to lookup this value and add it to a column in Table A.
![Schermafbeelding 2021-02-18 om 07.11.45 Schermafbeelding 2021-02-18 om 07.11.45](/t5/image/serverpage/image-id/5528i948B64918169C030/image-size/large?v=v2&px=999)
So I add an entry, select device, page, and country, and then I want the value to show up in that Table in that row.
I’ve been trying to figure this out for 1,5 hours, but its probably a simple solution right?
Thanks in advance.