Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
sridhar_sigired
Creator
Creator

QV 12.1 row wise field to column wise fields

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

load

field1,

field2,

field3,

field4,so on...

from table;

Is that the problem with me only or? any solution?

0 Replies