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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Change table orientation

Hello people,

I have a table object that is something like this:

Enrolled Students | Evaluated Students | Non - Evaluated Students | ........

120 | 100 | 20 | .......

50 | 25 | 25 |..........

I would like to know if there is anyway I can change the orientation of the table to obtain something like:

Enrolled Students | 120 | 50

Evaluated Students | 100 | 25

Non - Evaluated Students | 20 | 25

1 Solution

Accepted Solutions
Not applicable
Author

Hi

You can't do that with table object but you can try whith a straight table.

"Enrolled Students ", "Evaluated Students" and "Non - Evaluated Students " as Dimension and "=1" for exemple as expression

In "properties->Presentation" :

- On the area on the top/left, select the line "=1" and check "hide column"

- On the area above, check 'boxes : "Horizontal"

you should have what you want.

Regards

Benoît

View solution in original post

3 Replies
Not applicable
Author

Use pivot table type chart. You can drag and drop dimensions from Y-axis to X-axis and vice versa.

Not applicable
Author

Hi

You can't do that with table object but you can try whith a straight table.

"Enrolled Students ", "Evaluated Students" and "Non - Evaluated Students " as Dimension and "=1" for exemple as expression

In "properties->Presentation" :

- On the area on the top/left, select the line "=1" and check "hide column"

- On the area above, check 'boxes : "Horizontal"

you should have what you want.

Regards

Benoît

Not applicable
Author

Perfect 🙂 Thank you both!