[Logic] "CW" vs "CWN" solved

Bill VanAlstyne [email protected]
Sun, 18 Jan 2004 15:59:28 -0700


> Bill VanAlstyne wrote:

> What I actually ended up doing was replacing the simple term "mode"
> in the report layout with the expression:
>   
> iif(mode="CW","CW","")+iif(mode="USB","SSB","")+iif(mode=='LSB',"SSB","")

Oops, error... That last term should have been:
... iif(mode="LSB","SSB","")

Bill / W5WVO