Click here to Skip to main content
15,891,726 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I am working on Drupal 7. I created two content types. One is STUDENT and other is CLASS. i have created a view of type STUDENT which has three columns naming student_id, student_name and student_class(getting data from CLASS). i want to give access to user to apply filter on this view with respect to student_class. How can i do that?
Posted
Updated 10-Aug-15 22:02pm
v2
Comments
OriginalGriff 11-Aug-15 4:11am    
Don't "bump" your question: it's rude and unnecessary.
By all means, edit your question to add relevant information, but editing it just to get it back to the top of the unanswered list does nothing except annoy people.
Basit Elahi 11-Aug-15 7:08am    
That was not my intent at all. i just figured out my question was wrong. Anyhow thanks for your consideration
[no name] 11-Aug-15 4:12am    
This is the place to go: https://www.drupal.org/forum

1 solution

I have resolved my problem by using following module:

views_select_filters
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900