hi ,
I am trying to show my node content in tabular structure.
I have used 3 taxonomy terms for the content.
While creating the view to show all node content, I want to show each taxonomy term in separate columns.
If I use "All Terms" option, it is showing all taxonomy terms in one single line.
If I use taxonomy Term, it shows one node entry 3 times,
like
content1 taxonomy_term_1
content1 taxonomy_term_2
content1 taxonomy_term_3
I want it like
Header | Header | Header | Header
-----------+---------------------+-------------------+----------------------
content1 | taxonomy_term_1 | taxonomy_term_2 | taxonomy_term_3
content2 | taxonomy_term_1 | taxonomy_term_2 | taxonomy_term_3
Please suggest.
Thank you
Manish
Comments