2 group fields and view_link

Fredolino 14 Jun, 2019
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.
healyhatman 15 Jun, 2019
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.