Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have installed 12.1 version recently and then while i am loading QVD into QVW, all field in script fecting like
load
field1,field2,field3,field4,field5,
field6,field7,field8,
field9,field10,field11,field12,field13
from table;
But to rename some of field, i want to fetch fields column wise something like below
field1,
field2,
field3,
field4,so on...
Is that the problem with me only or? any solution?