Hello,
I have read data in the group fields:
Beobs.beo_id
Beobs.beobachtung
I will be shown correct records.
In the displayed table (articles_list) the date is linked {view: article_view_link}.
What has to be the URL in the link, so that I come to the "beo_id" with the correct "beobachtung"?
beo_id = {var: articles_list.row.Beobs.beo_id} shows me too many records.
many Greetings
F.
I have read data in the group fields:
Beobs.beo_id
Beobs.beobachtung
I will be shown correct records.
In the displayed table (articles_list) the date is linked {view: article_view_link}.
What has to be the URL in the link, so that I come to the "beo_id" with the correct "beobachtung"?
beo_id = {var: articles_list.row.Beobs.beo_id} shows me too many records.
many Greetings
F.
On your view event, you need to have a read data that reads a single entry (so "return first matching") based on the ID you pass in your link.
This topic is locked and no more replies can be posted.