Hi,

I was wondering if someone does know how to get a "conditional exposed filer views".

The scenario.

I have this fields:

vocabulary1: term1, term2
vocabulary2: 1,2,3,4,5
vocabulary3:a,b,c,d

I have a exposed filter like this:
if I filter from vocabulary1 term1 views exposes vocabulary2 terms (1,2,3,...), if i filter term2 views exposes only vocabulary3 (a,b,c,...)

thanks for any suggestion.

Comments

merlinofchaos’s picture

Status: Active » Closed (won't fix)

Sorry, Views only gives you the one exposed filter block. There's no layering like that.

mitchell’s picture

Title: How to get Conditional exposed filter views? » Conditionally exposed filters in views
Project: Views (for Drupal 7) » Views Filtergroup
Version: 5.x-1.x-dev » 6.x-1.x-dev
Component: exposed filters » Code
Category: support » feature
Status: Closed (won't fix) » Active

What do you think kkaefer?

Marking #363155: Conditional Fields as exposed filters in Views as a duplicate.

mitchell’s picture

kkaefer’s picture

You should be able to create something similar to that with views_filtergroup.module, except that you can’t use vocabulary 1 as “source”.

  1. Create the filters fro vocabulary 1 and vocabulary 2.
  2. Create a new filter group with items “term1” and “term2”
  3. Connect the filters to the items in the filtergroup.
rburgundy’s picture

+1 subscribing

chompz’s picture

Could you please explain what you mean in better detail?

So far I exposed some filters. Then I added your Filter Group exposed. It shows only as the option. What do I do from here?

Thanks

warmth’s picture

Any news about this?

eminencehealthcare’s picture

jaremilus84’s picture

Issue summary: View changes
Status: Active » Closed (fixed)
Drupaltarzen’s picture

unfortunately there are no tutorials or guides on views dependent filters