![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am scripting a report that shows everyone who owes us money and everyone to whom we owe money. This is a simple find against an AMOUNT DUE field. But I'm unable to streamline the find request to show every record whose field is NOT ZERO. Is there no easy way to do this?? - There is no NOT EQUAL symbol - I tried an OR request - I shouldn't have to script a methodical journey through the find process, but will if I have to. |
#3
| |||
| |||
|
|
Rick Altman <rick.a (AT) NOSPAMaltman (DOT) com> wrote: I am scripting a report that shows everyone who owes us money and everyone to whom we owe money. This is a simple find against an AMOUNT DUE field. But I'm unable to streamline the find request to show every record whose field is NOT ZERO. Is there no easy way to do this?? - There is no NOT EQUAL symbol - I tried an OR request - I shouldn't have to script a methodical journey through the find process, but will if I have to. You might search for zeroes and then show omitted records. Or: Enter search mode Enter >0 in the amount due field Create new query Enter <0 in the amount due field Search |
![]() |
| Thread Tools | |
| Display Modes | |
| |