This is the scenario

Fields: Using a cck field (multiple value) as the only field in the view. for example, link field

Arguments: the node id (of the node which contains the field)

Actually: The node is present.

However, the following occurs:

1) If there are link fields entered:
If it is a table view, the view lists the fields then appends an empty 'row' to the end of the view with an extra border hanging alone there.
And if it is a list view, a weird list button appears alone aimlessly.

2) If there are no links entered in this field (meaning the field contains no values):
The view lists an empty row (in case of table view) or throws a lonely list button (in case of list view)

This means that if there is empty text, it won't be displayed. Seems like cck multiple values tricks views into believing that the field is not empty (even if it is) thus returning an 'empty view'.

Comments

bassio’s picture

Status: Active » Closed (fixed)

seems to be an issue of the link module

(although I am not sure)

bassio’s picture

Status: Closed (fixed) » Active

I am reopening this .. the above persists even after emptying views cache and the link field table rows altogether

catch’s picture

Project: Views (for Drupal 7) » Link
Version: 5.x-1.6 » 5.x-1.x-dev

moving over to link.module

mlncn’s picture

Status: Active » Closed (duplicate)

Betting this is caused by the issue of saving empty link fields: http://drupal.org/node/198600