I’ve following fields in my content material sort:
Title: [some value] 12 months: [2011,2012,2013,2014,2014,2016] Quantity: [01,02,03,04,05] Challenge: [1,2,3,4,5] Description: [some text]
And I desire a output show like Drupal Development Company under Format.
OUTPUT:
2013 Quantity 01: Challenge 1, Challenge 2
2012 Quantity 01: Challenge 1, Challenge 2, Challenge 3
2011 Quantity 01: Challenge 1, Challenge 2, Challenge 3
All Points can be hyperlinked. If I click on ‘Challenge 1’ below yr ‘2013’ it ought to take me to a web page the place all posts having worth 2013, Quantity 01, Challenge 1 ought to be displayed.
How that is completed utilizing Views in Drupal 7?
Thanks