Hi,
I have the following issue on which I could not find the answer so far. I would really appreciate any ideas how to solve it.
Description:
I two tables: [Contacts] and [Log]. [Contacts] has a calculated key of two concatenated columns: “Name” and “Position” — CONCATENATE([Name], ": ", [Position]) —. I am referencing this from [Log] table (log of contacts for better understanding) with a column named “Name and position”.
Problem:
When displaying [Log] table in the app, “Name and position” is displayed only partially, more precisely: only “Name” seems to appear. Interesting that when adding new record to [Log] by an Appsheet form, it would be saved the desired way to the data source as “Name and position”, but afterwards still displays only “Name” in Appsheet when looking at values of “Name and position”. Also when using a form to add a new record to [Log], the dropdown list shows only “Name” attribute instead of “Name and position”, but shows multiple of them when positions are different.
Many thanks for any ideas,
Istvan