Closed (duplicate)
Project:
Views Bonus Pack
Version:
6.x-1.1
Component:
Views Export
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2010 at 15:54 UTC
Updated:
30 Aug 2011 at 03:18 UTC
Hi,
following issue:
Anyone knows about this behavior in exports of views?
Greez,
Tobias
Comments
Comment #1
tobiberlinok... regarding PHP code there was a mistake in my code... sorry for that... but still the issue with the excluded fields appears
Comment #2
gabrielu commentedThis happens here too. Whenever you try to export as CSV and exclude one field from display and replace into another field using replacement patterns, it will always show the first result.
I am having something like
- First name - excluded
- Last name - exlcuded
- Custom text - replace: [value_1] [value_2]
And all users are exported like `Bill Joe` (first result values)
Comment #3
jzornig commentedI'm experiencing the same issue. I can't get customfields to appear in the csv output and fields that I exclude are displayed.
Comment #4
carl@west-tec.com commentedI'm experiencing the same issue. Although the custom field created by replacement patern is show correct in the preview of the view, it is not in the csv-output. The field formatted correctly, but the replacement values of the first row are repeated in every row.
A few hours later.... I noticed that the export is OK in XLS if you add the fields you use in the replacement pattern also in the result.
Comment #5
jromine commentedI think the excluded fields issue is fixed by the patch in http://drupal.org/node/1142196#comment-4915880
Comment #6
travist commentedDuplicate of #1142196: Using tokens from other fields that are excluded from the view is broken.