Hello!
I have a google-charts-table with 8 collumns in a visualization-dashboard. At the moment I have 4 ControlWrappers (each one is a StringFilter) to filter the data.
Now I think about creating a single field to filter the data.
For Example:
The table includes the collumns "Name", "Street", "City" and "Zip-Code". I want to have a single Text-Field, where i can enter for example the name (miller) and the zip-code (3723XA) and the filter applies to all the fields, so every person with name name miller is filtered, but also everybod living in "miller town". I could do that with php, but the best way would be to do it directly on the client.
Any Idea how I can realize that?
Kind Regards
Sebastian