Tabellenspalten in Ansicht mit Bezug auf Feld des Datensatzes, wo die Ansicht angezeigt wird, konfigurieren
Hallo,
gibt es eine Möglichkeit eine Tabellenspalte in einer Ansicht (von einer anderen Tabelle) mit Bezug auf ein Feld des Datensatzes wo die Ansicht angezeigt wird zu konfigurieren?
Denn grundsätzlich kann man bei der Konfiguration der Tabellenspalten einer Ansicht nur im Kontext der ausgewählten Tabelle arbeiten.
10 replies
-
You can reference a field in another table in the View form and view element. If you click on a column then click on Show column, you have a choice of the fields in the table, but at top you have a choice to enter a formula.
Can you be a bit more specific about what you want to do? The table names? The field names? How the records are related?
-
said:
I want the view with the table "work"I would recommend that you just follow the relationship back to the Work table. Something like:
unique('work material'.'work on buildings'.Work)
Why use the unique() command? Try it without and you will see multiple instances of Work records. And the UI reacts funny if you try to select the first instance of the duplicate record.
Content aside
- 4 mths agoLast active
- 10Replies
- 67Views
-
3
Following