Results 1 to 2 of 2

Thread: Specify conditions in Formula editor

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2006
    Posts
    256

    Specify conditions in Formula editor

    How Can i specify two conditions in a formula Editor

    I'm trying to supress the field in the report based on 2 Conditions
    {SeaFarer.MigraineCandidate}=False; ====> First condition

    if {@check}='True' then =====> Second condition
    true
    else
    false

  2. #2
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    Re: Specify conditions in Formula editor

    Code:
    If {@Check} = 'True' And {SeaFarer.MigraineCandidate}=False Then
     True
    Else
      False
    This should also work

    {@Check} = 'True' And {SeaFarer.MigraineCandidate}=False
    Last edited by brucevde; Jan 9th, 2007 at 11:18 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width