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: 
kavitha_kommise
Partner - Contributor III
Partner - Contributor III

Without expression table chart will work or not

hello all,

I have requirement to show some of dimensions and there is one filed in dimension status,based on value i want to filter other fields in table.but without expression it is not showing values in table.can it be possible to show values without expression in table chart where status ='New'.This filtering iam not able to in table box.Please help me on same.

 

 

Thanks and regards,

kavitha

 

4 Replies
arvind_patil
Partner - Specialist III
Partner - Specialist III

Hi,

Please add expression it also help you for sorting as well.

Thanks & Regards,
Arvind Patil
anushree1
Specialist II
Specialist II

Straight Tables do not let you have only Dimensions so one option is to add 1 as expression and hide 1(expression) using Hide colum in Presentation Tab

pradosh_thakur
Master II
Master II

What if you hide it in the presentation tab? I have done it before in straight tables.
Learning never stops.
marcus_sommer

In a table-chart you could also an expression like a dimension and adding a filter on it, for example with something like:

only({< Status = {'New'}>} FIELD)

- Marcus