Re: =Iff(([Me]![Gender])="M","Male","Female")
- From: "Larry Linson" <bouncer@xxxxxxxxxxxxx>
- Date: Sat, 31 Dec 2005 06:40:23 GMT
"David W. Fenton" <XXXusenet@xxxxxxxxxxxxxxxxxxx> wrote
>> ;"Male";"Female"
>> assuming Male is the checked value.
>
> Why not checked = Female?
If I understood correctly, he was explaining why he used the particular
format. If so, the answer to your question would be: Because that Format
doesn't work if "checked = Female"; it would be ;"Female";"Male".
> I would never represent something that is neutral by using a
> Boolean.
What's neutral in this case?
> Second, in cases where the value is unknown, there is no way to
> store that using a Boolean field.
Unknown, I can understand; neutral, I can't, without explanation.
Larry
.
- Follow-Ups:
- Re: =Iff(([Me]![Gender])="M","Male","Female")
- From: David W. Fenton
- Re: =Iff(([Me]![Gender])="M","Male","Female")
- References:
- =Iff(([Me]![Gender])="M","Male","Female")
- From: campbellbrian2001
- Re: =Iff(([Me]![Gender])="M","Male","Female")
- From: fredg
- Re: =Iff(([Me]![Gender])="M","Male","Female")
- From: David W. Fenton
- =Iff(([Me]![Gender])="M","Male","Female")
- Prev by Date: Re: Find and Replace against set of rules in 2nd table
- Next by Date: Re: Find and Replace against set of rules in 2nd table
- Previous by thread: Re: =Iff(([Me]![Gender])="M","Male","Female")
- Next by thread: Re: =Iff(([Me]![Gender])="M","Male","Female")
- Index(es):
Relevant Pages
|