Closed (fixed)
Project:
Views Excel Export
Version:
6.x-1.1-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Apr 2011 at 07:01 UTC
Updated:
5 Oct 2012 at 16:09 UTC
I have a problem with exporting of two fields, call them first_name and last_name. I would like to display this fields together in the same cell so I did rewrite output for first_name field and put there [first_name] [last_name], another field I exclude from display. When I do export into XLS field last_name alway have value of first record. For example if database records looks like:
vadim eremeev
alex krasnoborodkin
in XLS file it gonna be:
vadim eremeev
alex eremeev
Please check if it is possible to fix.
Thanks,
Vadim
Comments
Comment #1
sampaka commentedi got excactly the same problem! did you solve it? thanks in advance
Comment #2
vadim.eremeev commentedNot yet - for now I just did this two fields as separate in XSL output - no time to find where is error :) But will check it in future if autor didnt release patch.
Comment #3
creaoy commentedIt is possible to make with exclude display and rewrite output.
Comment #4
vadim.eremeev commentedWell, found solution in another issue: http://drupal.org/node/705368 works well!
Comment #5
creaoy commentedDuplicate of #705368: rewrite output bug? or by design?