home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / mac / database / 1445 < prev    next >
Encoding:
Text File  |  1992-11-14  |  1.4 KB  |  34 lines

  1. Newsgroups: comp.sys.mac.databases
  2. Path: sparky!uunet!pageworks.com!world!eff!news.byu.edu!gatech!emory!wupost!cs.utexas.edu!uwm.edu!ux1.cso.uiuc.edu!news.cso.uiuc.edu!usenet
  3. From: cicone@uieea.ece.uiuc.edu
  4. Subject: working with FMP blank fields
  5. Message-ID: <BxoEAx.DAE@news.cso.uiuc.edu>
  6. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  7. Organization: University of Illinois 
  8. Date: Fri, 13 Nov 1992 22:25:43 GMT
  9. Lines: 23
  10.  
  11.  Hello,    
  12.     Has anyone out there come up with a work around for FileMakerPro (1.0v2) that
  13. would allow the use of the 'If' function in a calculation field that references
  14. a date field that does not yet contain a value?  The actual calculation I would
  15. have liked to use:
  16.  
  17. If (Length (paper accepted) >0 ,"Accepted",If (Length (paper rejected) >0 ,
  18. "Rejected" , "In Progress"))
  19.  
  20.     where 'paper accepted' and 'paper rejected' are both date fields.  As the FMP
  21. manual states if a field doesn't contain a value the 'If' function is skipped
  22. altogether and returns an empty result. If either of the date fields has a
  23. value entered into it the calculation works fine; if both fields are blank I
  24. get no result.  
  25.     I attempted a few ways around this but it seems that none of the functions
  26. available in a calculation field will work with a blank field....
  27. Thanks in advance...
  28. --Bob--
  29. **********************
  30. Bob Cicone (cicone@uieea.ece.uiuc.edu)
  31. Sys Admin
  32. Bioacoustics Research Lab
  33. University of Illinois at Urbana-Champaign
  34.