dbTalk Databases Forums  

Finding for non-zero numbers

comp.databases.filemaker comp.databases.filemaker


Discuss Finding for non-zero numbers in the comp.databases.filemaker forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Rick Altman
 
Posts: n/a

Default Finding for non-zero numbers - 11-02-2005 , 02:57 PM






This should be simple; I'm probably just an idiot...

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.

What am I missing...?



Reply With Quote
  #2  
Old   
Christoph Kaufmann
 
Posts: n/a

Default Re: Finding for non-zero numbers - 11-02-2005 , 03:39 PM






Rick Altman <rick.a (AT) NOSPAMaltman (DOT) com> wrote:

Quote:
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

--
http://clk.ch


Reply With Quote
  #3  
Old   
Howard Schlossberg
 
Posts: n/a

Default Re: Finding for non-zero numbers - 11-02-2005 , 04:10 PM



Or do your find requests, then add a last find request that is '0' and
mark the Omit checkbox (which can be done in a script with the Imit
Record step).

Christoph Kaufmann wrote:
Quote:
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

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Howard Schlossberg (818) 883-2846
FM Pro Solutions Los Angeles, California

FileMaker 7 Certified Developer
Associate Member, FileMaker Solutions Alliance


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.