[Logic] Filtering userfields

Arthur Tan [email protected]
Thu, 14 Mar 2002 20:00:35 -0500


Hi Jack,

> I track FISTS numbers by using user8.  I am trying to use the filter
> to select all FISTS numbers that are not blank.

Go to your logform browser window.  Right-click on the column header
over FISTS.  It might show you something along the lines of:

tag_val('fists:',userfields,'c')

Go to Filter-->Edit and type:

not empty(tag_val('fists:',userfields,'c'))

To see all the empty FISTS numbers, drop the "not" i.e.

empty (tag_val('fists:',userfields,'c'))

Hope this helps.

73, Art AB4RL