Checkbox Labeled Filled with Query?

Hello!

Does anyone know of a way to auto-populate the labels of a checkbox group based on the unique entries in a field from a query? Similar to what is done with a select group here.

I am trying to make a filter for a table based on the contents of a single column.

Thank you so much :slight_smile:

Try using the DISTINCT keyword in your SQL query

‘select distinct title from table’

1 Like