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: 
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)