Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Try like:
Count({<IND_CANAL_A={'1'}> + <IND_CANAL_B={'1'} >} distinct client)
can u try like
Count({<IND_CANAL_A={'1'}>+< IND_CANAL_B={'1'} >} distinct client)
Try like:
Count({<IND_CANAL_A={'1'}> + <IND_CANAL_B={'1'} >} distinct client)
can u try like
Count({<IND_CANAL_A={'1'}>+< IND_CANAL_B={'1'} >} distinct client)