Skip to main content
Announcements
Global Transformation Awards! Applications are now open. Submit Entry
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
Master
Master

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
Master
Master

can u try like 

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