Subject: RE: AndExpression
From: "Andreas L. Delmelle" <a_l.delmelle@xxxxxxxxxx>
Date: Wed, 26 Nov 2003 18:10:14 +0100
|
> -----Original Message-----
> From: SHEIKH Sajjad
>
> No, they can not appear together.
> Either it will be 'EFSA', or 'No dissemination' or another value.
>
> So the 2nd part is not always true!
>
Simple logic:
x and ( (not y) or (not z) )
Will evaluate to true when x is true and either y or z ( or both y and z )
evaluate to false
You want, in this case:
x and (not y) and (not z)
Cheers
Andreas
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- RE: AndExpression, (continued)
- Martinez, Brian - Wed, 26 Nov 2003 11:03:43 -0500 (EST)
- SHEIKH Sajjad - Wed, 26 Nov 2003 11:36:23 -0500 (EST)
- SHEIKH Sajjad - Wed, 26 Nov 2003 11:38:26 -0500 (EST)
- Andreas L. Delmelle - Wed, 26 Nov 2003 12:19:48 -0500 (EST) <=
- Paul DuBois - Wed, 26 Nov 2003 12:20:39 -0500 (EST)
- Brinkman, Theodore - Wed, 26 Nov 2003 11:59:45 -0500 (EST)
- Martinez, Brian - Wed, 26 Nov 2003 12:04:25 -0500 (EST)
- SHEIKH Sajjad - Wed, 26 Nov 2003 12:14:06 -0500 (EST)
|
|