Trying to figure this one out.
I have a data table which shows all our caught fish (fishing club)
In that data table I made a relation field to lookup the person who caught the fish, and the name of the fish (Yes I know, name of the fish, we carp fishermen are bit of a strange breed )
So now I want to display that data .
But in the Field I have available I can only show the ID field ?
I’ve added some screenshots where you can see the ID in the title, also added is the screenschot of the DataTable where I indicated the number (ID_Vis ) and next to it the Rel_Vis which I would like to display .
How can I set that one up ?
Is your Lookup column using that relation? Show me how the lookup column is configured. If the lookup column is coming back as an array instead of a single value, then either your lookup is looking at the wrong relation or it’s looking at an entire table, or it’s bringing back an array type column from the related row.
In fact I thought it was OK as I had the Rel_VIs colomn were I saw the name that I wanted to use, But I was missing a lookup which I now added VISNAAM (shown in Yellow) which indeed I can now use.