Hi Everyone,

I am new to drupal and my question might seem basic. I have the below scenario :

I have the course Id and the taxonomy term ( Spring or Fall ) under the contextual filter which gives the output related to both Spring and Fall in the view. I would like to pass the argument to the contextual filter in such a way that I get either Spring or Fall output depending on the taxonomy term id. I have been trying to figure this out but in vain. Whenever I pass any argument, the view doesn't show anything. So can anyone please help me in this regard ? I would be very grateful.

Thank you for your time...!!!

Regards,
Nikhil

Comments

jackenmail’s picture

Hi Nikhil,

  • Enable your "Show the SQL query" (admin/structure/views/settings).
  • After passing arguments in view "Auto preview Preview with contextual filters:", click on the "Update preview" and see the SQL query with the taxonomy tid.

Thanks,
Jayesh