[Logic] DXCC award filter prob

Arthur Tan [email protected]
Mon, 26 Aug 2002 13:42:30 -0400


Hi Len,

Unfortunately Progress List does not allow you to apply filter
criteria.  You'll have to run an Awards Report with your particular
filter criteria.

73, Art AB4RL

>From Len Revelle <[email protected]> 24/Aug/02 01:31 PM -0500:

> Here's what I want to do:

> Filter DXCC award progress so I can track countries when using less
> than 1 watt but greater than zero watts.

> All of the following expressions work when I filter the log from the
> mainlog form:

> BETWEEN(PWR,.1,1)
> (PWR>0 AND PWR<=1)
> (PWR<1 AND PWR>0)

> Since I have numerous entries with no PWR value I must filter
> greater than zero. Neither works when run under PROGRESS LIST from
> either AWARDS or FORMS.

> Any suggestions? TIA