I have 3 flag types and I want to show all of them in views. How can I do this? an example would be like this

Flag 1 (heading)
- list
- list
- list

Flag 2 (heading)
- list
- list
- list

Flag 3 (heading)
- list
- list
- list

Comments

realOFF’s picture

I believe -if I understood your requirement correctly- the only way to achieve this is by creating different views/displays, one for each flag.
If you need to show all the information on the same page (Node) you can use Panels or the views_embed_view function in your Node body (using PHP filter).

quicksketch’s picture

Category: feature » support
Status: Active » Fixed

Yes, that's right, use three different views with each one making a block. Or if you want to make things a little simpler, use 3 different "displays" instead. Make the first one a "page" and the second two "attachments" onto the first one.

realOFF’s picture

Oh. I've never tried "attachments".
That's a great feature!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.