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

If Condition

Hi, I am a new in Qlik Sense.  I create a table and I write a if condition in MARKASDELETION (in red). I just want to show all the people who markasdeletion='Y' . It seems work in this table. But when I search some people in SALESDISTRICT. It shows all the name, include people who markasdeletion='N'. So How to use if condition to work on all the fields? 

StacyCui_0-1678933186453.png

StacyCui_1-1678933346768.png

 

Labels (2)
1 Reply
marcus_sommer

Within an object like a table the used dimensions and the expressions create dependencies to each other - usually by hiding ZERO and NULL results. But on the outside of this combination - in the normal list-box view - there exists only a dependence to the selection state and nothing else.

If you want that a list-box respects any conditions you will need a calculated dimension in which this condition is included. This might be done with something like:

aggr(only({< YourCondition >} SalesDistrict), SalesDistrict)

If any possible such things should already be done within the data-model and not within the UI.