Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Want the field labels to appear on left, instead of horizontal - it's just text info extracted from a database that Qlik can access
Maybe this can be a part of something:
test_data:LOAD * inline [Statement, Details , Process , Mfg. Line, Type1, 2, 3 , 4, 5,6 , 7 , 8, 9 , 10];
CrossTable(Names, Values)main:load RowNo() as firstcol, * resident test_data;
drop field firstcol;drop table test_data;