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

Filtered values in a straight table

Hi Everyone,

I was wondering if someone could help me understand how to create a simple straight table that shows only a specific value. I am new to QlikView and looking to learn how to use expressions properly to filter information shown in a particular table or graph.

For example, I am trying to create a separate straight table that only contains the blank values highlighted below:

Most of my results end up looking like this:

Any help would be greatly appreciated.

Kind regards,

Martin

8 Replies
MarcoWedel

Hi,

one solution could be:

QlikCommunity_Thread_297439_Pic1.JPG

QlikCommunity_Thread_297439_Pic2.JPG

QlikCommunity_Thread_297439_Pic3.JPG

QlikCommunity_Thread_297439_Pic4.JPG

hope this helps

regards

Marco

Anonymous
Not applicable
Author

Hi Marco,

Thank you for the quick reply. When I try this approach I get the following:

Any other suggestions, or something I may be doing wrong? Thank you for your help!

Regards,

Martin

qv_testing
Specialist II
Specialist II

one solution..


Exp =NullCount(Clearance/License Date)

and Hide this expression in presentation tab

sasiparupudi1
Master III
Master III

Use the expression

Len(Trim([Clearance/License Date]))=0

Anonymous
Not applicable
Author

Hi Raju,

I still get the following with this expression:

Anonymous
Not applicable
Author

Hi Sasidhar,

I still get the following with the expression you suggested:

sasiparupudi1
Master III
Master III

Please post a sample app here

qv_testing
Specialist II
Specialist II

PFA,

Which we have provided, All expressions should work.

=ISNUL(Date)

=NULLCOUNT(Date)

=LEN(TRIM(DATE))=0

Capture.JPG