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

Conditional

I have 3 columns.i have positive and negative values. how can i perform my operation only on positive values of all the 3 columns.

2 Replies
prma7799
Master III
Master III

Share some sample app with expected output.

Sergey_Shuklin
Specialist
Specialist

Hello!

Depend on what operation you'd like to do.

In set analysis it can be this:

count(distinct {<column_1={">0"},column_2={">0"},column_3={">0"}>}customer_id)