Hello,

I'm trying to configure a view so that the exposed filter is visible and I can let the user select the options he/she wants, when submitting the CSV is generated to download.

I have added the filters to the view, exposed them. Page is checked, fields added, view-type is Views Bonus: CSV.

Problem the exposed filters aren't displayed, the CSV is generated directly, the user can't change the filter criteria.

How can I make the view so the user can change the filters and download the csv?

TIA,
Fossie

Drupal: 5.7
Views: 5-1.6
Views Bonus Pack: alpha2
CCK: 5-1.7

Comments

fossie’s picture

Category: support » bug

Maybe it's a bug, because I don't find any relevant information.

fossie’s picture

Update:

I changed the setup:
View-type: table view
Added an argument: CSV file with: display all values

But when I filter the input on the screen and push the CSV icon, this results in 0 rows, on screen the display is correct.

Two different URLs: (on the CSV export: Array iso Wonen - the filtered word)
Exposes filter view on screen:

v_ind_contact_csv?op0=OR&filter0%5B%5D=Wonen&op1=OR&filter1%5B%5D=Belgen&op2=OR&op3=OR

Exposed filter view after click on the csv export icon:

v_ind_contact_csv/csv?op0=OR&filter0=Array&op1=OR&filter1=Array&op2=OR&op3=OR

Someone any idea?

TIA,
Fossie

fossie’s picture

Status: Active » Closed (fixed)