I have a view with 3 exposed filters, one of which uses a relationship to another entity to grab a taxonomy term from that entity as filter criteria (hope that makes sense). I've setup a data export display, attached it, setup my fields, etc., Without any filters in use the export works great. However, as soon as I start using filters all I get are blank .csv files (excepting the column headers).

I have noticed that after every export I get a drupal message: "Unable to find term: term" where term is either a Term ID or "all". I am almost certain the term it cannot find is the exposed filter that is using the relationship to grab the term.

My data export display is setup exactly like the page display, field for field and filter for filter. I ensured that "Remember last selection" was checked for all of the exposed filters as well. My exports all still appear blank.

I am not sure if this is a bug or not, which is why I tagged this as a support request.

Any help is appreciated. I will continue trial and error to see if I can't solve on my own. Thanks!

Comments

joegl’s picture

Issue summary: View changes

Fixed formatting issues.

joegl’s picture

It seems, from what I'm finding, that the "Unable to find term" error is inherent to the core views module. It is possible I have the export view setup wrong. I will look at it again.

joegl’s picture

Status: Active » Closed (fixed)

Okay I got it working. The exposed filter on the Data Export display did not exactly match the one on the page display; I had the filter term settings on the page display set to "autocomplete" and the filter term settings on the data export display set to "dropdown". Now that they are both set to "dropdown" everything works flawlessly.