Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
rassanbekov
Partner - Contributor
Partner - Contributor

Excluding values from table

Hello!

In straight I need to show only those value which have "zero" in cells. For example,

Header 1Header 2Header 3Header 4
A10012
B2000
C302011
D40100
E5000

As a result of formula, the table should transform to the following:

Header 1Header 2Header 3Header 4
B2000
E5000

Kind regards,

Ruslan

10 Replies
Anil_Babu_Samineni

Why Can't this?

LOAD [Header 1],

     [Header 2],

     [Header 3],

     [Header 4]

FROM

[https://community.qlik.com/message/1284642]

(html, codepage is 1252, embedded labels, table is @1) Where  Match([Header 3], 0) and Match([Header 4], 0);

Capture.PNG

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful