By quotientix on
Hi drupal-fans,
I would like to have a view of nodes, group by a Field and I would like to only show the first group, no many how many nodes it includes.
Appreciate your help, thanks!
Hi drupal-fans,
I would like to have a view of nodes, group by a Field and I would like to only show the first group, no many how many nodes it includes.
Appreciate your help, thanks!
Comments
Hi there, I have the same
Hi there,
I have the same problem - have You found a solution?
I want to group the nodes according to one field value - and show only the first group.
I don't know how to limit displayed group number (to 1 in my case).
regards,
anavrin
If you only need one group,
If you only need one group, that's probably doable only using standard views and contextual filters. What is your situation.