Skip first entry in Drupal Views Query?
Posted
by RD
on Stack Overflow
See other posts from Stack Overflow
or by RD
Published on 2010-05-23T07:09:39Z
Indexed on
2010/05/23
7:10 UTC
Read the original article
Hit count: 242
I've created a view that selects all nodes of type "shoot". But I want it to select all nodes of type "shoot", EXCEPT for the first entry. So, if the normal result is:
Node 1
Node 2
Node 3
I want
Node 2
Node 3
Node 4
Is that possible?
© Stack Overflow or respective owner