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: 
Anonymous
Not applicable

Hide/sort column in table

I have a column in a table I need to hide while also sorting on -- is this possible?

3 Replies
y_grynechko
Creator III
Creator III

Hey,

is there any other reason to have it in the table other then sorting by it? 

Anonymous
Not applicable
Author

None -- the end user just wants to have the table sorted by this column, but they don't want to see the column.

y_grynechko
Creator III
Creator III

Temp:
LOAD *
Inline [
Product,Sort
A,1
B,2];

Capture.PNG