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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
eronevil
Creator
Creator

if(value>0 or count(id)>0, true,False)

Hello, 

i am trying simple if sentence but i cant figure how or works in If sentence.

 

-Ville

Labels (1)
3 Replies
Or
MVP
MVP

If(Condition1 OR Condition2, Then, Else)

Note that you can't use AND / OR in Data Manager.

 

BrunPierre
Partner - Master II
Partner - Master II

If(Value>0 or Count(id)>0, 'True','False')

aveeeeeee7en
Specialist III
Specialist III

Hi @eronevil@BrunPierre suggested the right format for If condition.

You can use it.

You can share some sample data so that we can work on the solution.

Regards,

Av7eN