Hi, I am starting with app sheet and have 2 referenced columns which when I save the new register in the database, they store the key value instead of the value that corresponds to the column.
For example:
Customer ID = 1234
Cutomer Name = Question
In the master database when I enter a new data, I have:
ID: xxxx
Date: 17/12/20
Customer name = 1234 (instead of Question)
Thanks
It is not exactly clear what your data structure is. It sounds that you will need to probably dereference your label column to get it populated in the child table. The reference column always stores the value of the parent tableโs key in the child table. However while displaying to the user in the child table, it shows the label of the parent table.
User | Count |
---|---|
16 | |
13 | |
8 | |
7 | |
4 |