Incorrect display of label value

Hello, I am working on 3 apps that will be used in different locations. All of them have several tables where the key value is a concatenated expression composed of the initials of the form being used and a sequential number (row number) . Since the sequential number does not really identify  the contents of the form so that the user can select it in other referenced tables, I created a concatenated field containing some values that will help identify that record: 

concatenate([Folio Anticipo]," de $",[Total de Pagos]," /FECHA: ",[FECHA ANTICIPO]," //CLIENTE: ",[CLIENTE (NOMBRE)])

Unfortunately when I go to other referenced tables and want to pull that record, it only shows me the last part of the label, which is the name of the customer [CLIENTE (NOMBRE)]

It is happening with all of the tables in the 3 apps. The concatenated value being used as a label is an actual column (not virtual) and is set to be as Long Text.

0 2 146
2 REPLIES 2
Top Labels in this Space