Computed value does not get printed in Views. The label of computed field is displayed, but the value isn't.

Comments

wrunt’s picture

Thanks for the bug report. I've fixed this in cvs, so it will be available soon.

wrunt’s picture

Status: Active » Fixed
finex’s picture

Status: Fixed » Active

The seem to be still present a bug. I've downloaded the cvs version of the module: when you choose "Store using the database settings below" for check the "sortable" option for allowing the views module to use the computed field. The field is not viewed by the views module AND it is not viewed from the node. If i remove the check from the "Store using the database settings below" option, the views module doesn't view the field (it is correct) but the node now is viewed correctly: the computed field is visualized.

finex’s picture

The problem is with both the cvs versions of views and computed field... with the 4.7 version of views it seems to work correctly...

wrunt’s picture

Thanks FiNeX, it looks like I introduced a bug that I thought I was fixing. I've updated cvs, changing the function computed_field_field_view_item to computed_field_view_item. I thought I needed the extra field in there, but it seems I don't.

I've tested the new version against an older views, and the latest cvs, using the latest cck (16/8/6).

finex’s picture

Status: Active » Closed (fixed)

It seems to be ok now :-)

thanks!

bendev’s picture

Version: 4.7.x-1.x-dev » 6.x-1.0-beta3
Status: Closed (fixed) » Needs review

I have the same issue in D6....
cab you checK ?

thanks

summit’s picture

Subscribing, views problem also.
EDIT: Solved views problem.
greetings, Martijn

Moonshine’s picture

Status: Needs review » Closed (fixed)

Closing, output in Views works.