Skip to main content

Hi everyone!

I have some issues with a table in interface. 

When i select a record in a replicated table in Interface the preview have only have a list on the name of the records. (img1)

Instead of when i select the data directly from the database. This is important for me because sometimes there are records with the same name but with different details (ie. color of a fabric) (img 2)

There are ways to make the selection of the details identical?

 

Not that I'm aware of I'm afraid.  The usual workaround for this issue is to make the primary field a formula field and make it display all the data you need, e.g. `{Name} & " " & {Tipologia} & " " & {Status}` etc


Reply