CSV exports

Is there a way to export a CSV from a table that does not ignore filters?

Use a Query or multiple relation column as the source of your CSV Export.

Thanks!! Again

Has Darren’s answer solved your problem? What do you mean by “does not ignore filters”? Is it the built-in filter for collections?

Sorry for very slow response. CSV exports from filtered tables export all records…ignoring the filter. I did get Darren’s solution to work.

1 Like

Yeah I was wondering what type of “filter” are you talking about. If it’s a data filter (i.e you did the filter in the data view), then Darren’s suggestion will work.

The problem comes when it’s the native filter for collections. Builders can not access that filter, so in that case you have to build a custom one.

1 Like