Hi!
I want to link 2 Glide tabels to each other, and make sure they sync if I change the value in the original cell.
Is this possible?
Hi!
I want to link 2 Glide tabels to each other, and make sure they sync if I change the value in the original cell.
Is this possible?
You could use a Relation to link two tables together and then use a Lookup to bring a specific column value across.
Hi Jeff,
Happy new yar and thanks for reply!
Iām looking to link a value, which is giving the record all the information, depending on the linked value.
At the moment the link ādiesā, if I change the linked value, in the āinfo-databaseāā¦
Do you have any idea how to set this up successfully?
explain better⦠is confusing⦠are you syncing depending on value? or it is a fixed link? for the fixed link⦠use row ID, for dynamic use values⦠but⦠if you have the same values in multiple rows⦠connection will break⦠unless you check multiple⦠but the result will be an array
You should probably be using RowIDās to create your relations. Row ID doesnāt change unlike a text value that can be changed.
As long as you write a RowID instead of the QR code value, then you can use a Relation/Lookup to retrieve the appropriate QR code value from the appropriate table, based on the RowID. Itās safer to build build relations that way, because you avoid the chance of a user breaking the relation by changing a value thatās used to establish the relation. Users shouldnāt need to see or be able to change Row IDs, so they canāt break the relation.
yep⦠use row ID, if users can modify SKU
Sounds like a safe solution!
Thanks a lot guys, for fast reply and great solutions!
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.