Hello,
I tried to export dataset like
select :NAMEN as UEBER from dual
I used "set variables" and bind :NAMEN with the List Iterator NAMEN (two entries : NAME1,NAME2).
I am export this as an excel file and the output is:
UEBER |
%NAMEN% |
I would expect NAME1 (for the first iteration) ... where is my fault ?
greets
Ralf