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: 
cfountain72
Creator II
Creator II

Simple question re: straight tables

Can someone tell me if, when using Straight Tables, you can keep the full or Top X list of values, instead of only showing the selected one(s)? In other words, use the behavior found in the List Box, but I need to show multiple columns.

Thanks in advance,

Chris

6 Replies
Anonymous
Not applicable

Are you talking about Top/Bottom analysis in Straight Table?

jonathandienst
Partner - Champion III
Partner - Champion III

If you have a column that is independent of the selections, either by using a set expression override of the selections, or a constant value, then the rows will always display. In a straight table you can hide this column in the presentation tab.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Anonymous
Not applicable

cfountain72
Creator II
Creator II
Author

Thanks Jonathan,

Haven't moved into Set Expressions yet. I did create a simple Constant (1) value to add as a Dimension to the straight table. But, when I click on a row, all of the other rows still disappear. Do you have an example of what you have described?

jonathandienst
Partner - Champion III
Partner - Champion III

Add the constant as an expression, not a dimension.

To ignore selections in a field, use a set expression like the examples below:

     Avg({1} Amount)                              -- ignore all selections

     Count({<Group=>} ID)                      -- to ignore selections in Group

     Sum({<Region, Month>} Amount)      -- to ignore Region and Month selections (the = is optional)

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Not applicable

Hi Chris,

You may try Dimension Limits Tab to look for top n values.

Thanks

SV