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

Formula for exclusion characteristics

Hello!

Could you please advice how to exclude characteristic from expression?

For example

Calculation
Header 1Header 2Header 3
Charateristic 11010
Charateristic 25060
Charateristic 32040

As a result, I need to multiple Header 2 with Header 3, and in calculation need to exclude the characteristic 3

Waiting you comments,

Thanks!

1 Solution

Accepted Solutions
Anil_Babu_Samineni

Like this?

Sum({<[Header 1] -= {'Charateristic 3'}>} ([Header 2] * [Header 3]))

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

View solution in original post

3 Replies
qlikview979
Specialist
Specialist

Not understand,

Please share the sample output

Anil_Babu_Samineni

Like this?

Sum({<[Header 1] -= {'Charateristic 3'}>} ([Header 2] * [Header 3]))

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
rassanbekov
Partner - Contributor
Partner - Contributor
Author

I have already included example of the input data in the message.

In the formula sum(header 2 * header 3), I need to exclude from calculation "Characteristic 3" or "20 and 40" respectively.