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

sampaka’s picture

i got excactly the same problem! did you solve it? thanks in advance

vadim.eremeev’s picture

Not 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.

creaoy’s picture

Status: Active » Closed (fixed)

It is possible to make with exclude display and rewrite output.

vadim.eremeev’s picture

Well, found solution in another issue: http://drupal.org/node/705368 works well!

creaoy’s picture