I have a view that outputs a summary view with results such as:

* (778)
* Red (71)
* Green (79)

The argument used to create the summary view is a nodereference field. Suppose the nid of the "Red" node is 1, and of the "Green" node is 2. If the path to the summary view is /myview_path, clicking on the links on the Red and Green lines takes you to /myview_path/1 and /myview_path/2 respectively. However, clicking on the "No Value" link, simply takes you back to /myview_path, and the summary view is shown again. Shouldn't it instead take you to a list of the nodes with no value defined in the nodereference field?

Comments

sja1’s picture

Note: IN the above bulleted list, before (778) the words "No value" appear between less than and greater than signs, but the filter on drupal.org seems to have eliminated this.

iamjon’s picture

Status: Active » Postponed (maintainer needs more info)

sja1,
can you please provide simple step by step instructions using basic content types and fields as well as an export of your view and if you're using cck and an export of your content types.

esmerel’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)