I'm using a a Node Reference CCK field in my view - but the display options are only Title w/ Link, Title w/o Link, Full Node, Teaser. I'd like to be able to just get the NID from this... is this possible? Perhaps I should post this in the CCK issue queue? Thanks

Comments

dawehner’s picture

Project: Views (for Drupal 7) » Content Construction Kit (CCK)
Version: 6.x-2.9 » 6.x-3.x-dev
Component: Miscellaneous » Views Integration

This is a cck issue.

I guess a special formatter would be fine.

bkosborne’s picture

Version: 6.x-3.x-dev » 6.x-2.8

Anyone have an idea on this??

jvieille’s picture

What is the status of this years ole issue?

Thanks

bkosborne’s picture

Status: Active » Closed (works as designed)

Just add the node reference field as a relationship, then add Node: NID as a field and use the relationship you just added.

jvieille’s picture

Title: Allow NID from Node Reference CCK Field in Views? » Allow NID from Node Reference CCK Field in Views
Category: support » feature
Status: Closed (works as designed) » Active

Thanks!
I do remember I already did that in the past...
Its a pity that a so obvious feature is missing.
OK, go for a feature request.

leoklein’s picture

Thanks. Just what I was looking for as well (and coming up with alternatives that were a 1k times more complicated).