Why are texts from text tables not displayed?
Generally, a text table defined for a table is maintained and displayed in the Data Browser.However, there are restrictions when the Data Browser can no longer find a unique relationship and does no longer display the text table: 1. The text table is not unique. 2. There is a foreign key dependency exceeding the text relationship, for example, a foreign key dependency to the client table which does not run via the primary table for which the table is defined as text table.Under these circumstances, the function is not available.If you still want to display the text table, you may use the following solutions. 1. Define only one text table for your table. 2. Only define the text relationship to your primary table.