Hi,
Can a filter on a table have all the resulting table entries populate a text widget? I can get the first value from the filtered table into the text widget, but I'd like to know if it is possible to dynamically get all the filtered values (rows) to populate the text box.
You can combine a Text widget with a List widget to auto-populate all the values from your filtered data source.
Connect the List widget to data, then click on Text widget within List widget to open dynamic content panel from toolbar. You will find Auto-populated view is selected by default - the Auto-populated view contains only one feature that the list item represents, and will include all value entries of the data.