Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/drupal/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
跳过Drupal视图查询中的第一个条目?_Drupal_Views - Fatal编程技术网

跳过Drupal视图查询中的第一个条目?

跳过Drupal视图查询中的第一个条目?,drupal,views,Drupal,Views,我已经创建了一个视图,可以选择类型为“shoot”的所有节点。但是我希望它选择所有类型为“shoot”的节点,除了第一个条目。因此,如果正常结果是: Node 1 Node 2 Node 3 我想要 Node 2 Node 3 Node 4 可能吗?是-在项下显示将1放在偏移量字段中。是,通过设置偏移量=1。偏移量指定要跳过的项目数。例如,如果此字段为3,则前3项将被跳过且不显示 对于Drupal 6:在要显示的项下,在偏移量字段中放置1 对于Drupal 7: 在“寻呼机”下,单击第二个链

我已经创建了一个视图,可以选择类型为“shoot”的所有节点。但是我希望它选择所有类型为“shoot”的节点,除了第一个条目。因此,如果正常结果是:

Node 1
Node 2
Node 3
我想要

Node 2
Node 3
Node 4

可能吗?

是-在
项下显示
1
放在
偏移量
字段中。

是,通过设置偏移量=1。偏移量指定要跳过的项目数。例如,如果此字段为3,则前3项将被跳过且不显示

对于Drupal 6:在要显示的项下,在偏移量字段中放置1

对于Drupal 7:

在“寻呼机”下,单击第二个链接。它可能看起来像“页面,X个项目,…”。从那里,可以设置偏移