I don’t understand why my formula doesnt work.
Column “Supplier” doesnt show information from other table. Where is the problem?
I don’t understand why my formula doesnt work.
Column “Supplier” doesnt show information from other table. Where is the problem?
Since your “Art” column is already a Lookup from the Products table, you can directly reference any of those row values from that table with dot notation.
Try this for your formula:
Art.Supplier
Thank you so much! You saved me from a sleepless night.