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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Need Help in Table

Hi All,

              I have a table consisting of some data, from the table i want the column names as row heading like vertically

                Example I have a table like this

                                SERVER          CATGRY           LOCATION

                                XXXXXX              XXXXXX             XXXXXXXXX

                                XXXXXX              XXXXXX              XXXXXXXX

             I want to display the table in below formart.........

                              SERVER    XXXXXXX

                              CATGRY    XXXXXXXX

                               LOCATION   XXXXXXXX

2 Replies
Anonymous
Not applicable
Author

Use "crosstable" at script level.

E.g. Crosstable(<Column_name_which_you_want_to_show>,<no._of_col>)

load ........

resident ABC;

Peter_Cammaert
Partner - Champion III
Partner - Champion III

For more details and examples, see: Crosstable ‒ QlikView