Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

fix the selection

AOA grus

i have table as follow

with three dimension

complaint_nocategorycurrent staus
days




abcnetworkingin progress10
cdenetworkingpending5
efgnetworkingpending2
hijnetworkingResolve2

i want to show another table only showing pending complaints

complaint_nocategorycurrent staus
Reason
days
cdenetworkingpendingShort of Inventory5
efgnetworkingpendingshort of man power2

so how to fix the 2nd table to only show pending complaint so if clear all field its stick to only pending...

1 Solution

Accepted Solutions
alexandros17
Partner - Champion III
Partner - Champion III

Set in the dimension:

if(current_status='Pending, Current_status, null())

and check "exclude null values"

Hope it helps

View solution in original post

2 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Set in the dimension:

if(current_status='Pending, Current_status, null())

and check "exclude null values"

Hope it helps

neetu_singh
Partner - Creator III
Partner - Creator III

Hi,

In Dimension Tab,

Click on "Add Calculated Dimension" Button and write the below mention expression as:

= If(current status = 'pending',current status)

Check the check box for "Suppress Null Value".

Regards

Neetu