Hello,
I have a radio field (year) with 3 values (let say A, B and C).
I want to display my records using this field using the following presentation :
year A
list of all the records with year=A
year B
list of all the records with year=B
year C
list of all the records with year=C
How can I do this easily with Views?
Regards
Pat