How to display two views block with separate exposed filter respectively in drupal on the same page -


i new in drupal. want display 2 view block on same page different exposed filter respectively. please see image bellow.

enter image description here

as per given image view1 , view2 different views view2 depend on view1.

please help.

thanks in advance.

this may work. suppose top block , b bottom block.

now, create block exposed filter district. next, create b block 2 exposed filters district , census. make sure identifier in b block district exposed filter should same on block. whatever value applied in block filter result of b block same filter criteria. show both on page assigning them in region here in admin /admin/structure/block. now, can hide district field of b block using css.

you can @ views field views module achieve same other way.


Comments

Popular posts from this blog

go - serving up pdfs using golang -

python - Best design pattern for collection of objects -

sharepoint online - C# CSOM SPView ListItemCollection did not update after I add new field in the SP view -