Function "OR" in data selection
I'd like some precision on How "OR" works in data selection.
If I set 5 Data selection (DS1, DS2, ..., DS5) as follow:
DS1
and DS2
and DS3
or DS4
and DS5
Which of the following result am I going to get?
1/ (DS1 + DS2 + DS3) OR (DS4 + DS5)
2/ DS1 + DS2 + (DS3 OR DS4) + DS5
3/ [(DS1 + DS2 + DS3) OR (DS4)] + DS5
Thanks in advance for your answers
Nick
|JDE 8.12