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?
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?