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: 
manojkumargowda
Creator
Creator

Restrict/filter out rows in a table (Qliksense) based on the condition

Hi Guys,

What is the best way to filter out rows in the Qliksense table. e.g. I need to have data only for active employees. In qlikview, we can create a dummy measure (sum({<active={'Y'}>}1)) and we can hide this dummy column. This works in qlikview. But Qliksense, If we hide the dummy measure, corresponding filter also vanishes.

Please tell me how can we restrict/filter rows in Qliksense table.

Note: I have only dimensions in the table and no extra columns should appear in the dashboard.

2 Replies
pradosh_thakur
Master II
Master II

try this

if(active='Y',dimension,null())

then suppress null
Learning never stops.
fabdulazeez
Partner - Creator III
Partner - Creator III

"Have you managed to find any method to achieve the same?