A table
name: articles_list
Data provider: {var: read_articles}
Column list:
Beobs.datum:Datum
Beobs.beobachtung:Beobachtung
Article.fundort:Fundort
Author.name:Beobachter
Article.teilnehmer:Teilnehmer
I have a filter with a dropdown box
name: field_filter_fundorts
option: {var:read_filter_fundorte}
Function:
name: read_filter_fundorte
Fields to retrieve: fundort
The filter works with "fundort". The locality is displayed in the drop-down box for selection.
The problem is, I have to see more than "fundort" in the dropdown box.
I've tried using the option in Fields to retrieve:
CONCAT (Beobs.datum, ',', beobachtung, ',', fundort): field_filter_fundorts
Then the filter will not work anymore.
What can I do to make the datum, beobachtung, fundort drop-down box appear, and still the filter on the spreadsheet work?
Many Thanx
F.
name: articles_list
Data provider: {var: read_articles}
Column list:
Beobs.datum:Datum
Beobs.beobachtung:Beobachtung
Article.fundort:Fundort
Author.name:Beobachter
Article.teilnehmer:Teilnehmer
I have a filter with a dropdown box
name: field_filter_fundorts
option: {var:read_filter_fundorte}
Function:
name: read_filter_fundorte
Fields to retrieve: fundort
The filter works with "fundort". The locality is displayed in the drop-down box for selection.
The problem is, I have to see more than "fundort" in the dropdown box.
I've tried using the option in Fields to retrieve:
CONCAT (Beobs.datum, ',', beobachtung, ',', fundort): field_filter_fundorts
Then the filter will not work anymore.
What can I do to make the datum, beobachtung, fundort drop-down box appear, and still the filter on the spreadsheet work?
Many Thanx
F.