Skip to main content
Announcements
The way to achieve your own success is the willingness to help somebody else. Go for it!
cancel
Showing results for 
Search instead for 
Did you mean: 
Magogar
Contributor III
Contributor III

OR in Set-Analysis

Hello,

 

Could someone help me please?

I can't get records where there is ‘1’ in field IND_CANAL_A or ‘1’ in field IND_CANAL_B. I don't know how to get an OR.

Count({<IND_CANAL_A={'1'}, IND_CANAL_B={'1'} >} distinct client)

 

Thank you

2 Solutions

Accepted Solutions
tresesco
MVP
MVP

Try like:

Count({<IND_CANAL_A={'1'}> + <IND_CANAL_B={'1'} >} distinct client)

View solution in original post

anat
Specialist III
Specialist III

can u try like 

Count({<IND_CANAL_A={'1'}>+< IND_CANAL_B={'1'} >} distinct client)

View solution in original post

2 Replies
tresesco
MVP
MVP

Try like:

Count({<IND_CANAL_A={'1'}> + <IND_CANAL_B={'1'} >} distinct client)

anat
Specialist III
Specialist III

can u try like 

Count({<IND_CANAL_A={'1'}>+< IND_CANAL_B={'1'} >} distinct client)