Copying / Exporting search results

Hi,

I’ve created a search dashboard as described here Global search across Glide tables

Now, I want to copy the search results or be able to share that with others. I tried options like copy to clipboard and generate CSV but these are either row level or entire table level. I want a subset of that table.

Some context, I have an if-else column which is checked for that row when the search criteria is matched. I use this column to filter the table rows in the search dashboard. Any way to use this column or any other way to achieve the same?

1 Like

Create a Query column that targets the table being searched, and use the if-then-else column as a filter. Then use the Query as a source for the CSV Export.

1 Like

Thanks @Darren_Murphy , query column was the missing piece :slight_smile:

1 Like