Results 1 to 7 of 7

Thread: [RESOLVED] Help With Formula Field

Hybrid View

  1. #1
    Frenzied Member
    Join Date
    Nov 2001
    Location
    Mass USA
    Posts
    1,674

    Re: Help With Formula Field

    Why not use 2 fields? just line them up ontop of each other.

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2007
    Posts
    307

    Re: Help With Formula Field

    Quote Originally Posted by Besoup
    Why not use 2 fields? just line them up ontop of each other.
    And that is an option. However, how do i suppress one field if the other is blank.

    If the location field in the db i blank i dont want it to say Location: above it.

  3. #3
    Frenzied Member
    Join Date
    Nov 2001
    Location
    Mass USA
    Posts
    1,674

    Re: Help With Formula Field

    if {LabHist.LOCATION} = "" then
    ""
    else
    "LOCATION:"

    can try that in a formula field... I didn't test it tho.

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2007
    Posts
    307

    Re: Help With Formula Field

    Quote Originally Posted by Besoup
    if {LabHist.LOCATION} = "" then
    ""
    else
    "LOCATION:"

    can try that in a formula field... I didn't test it tho.
    Actually i think i got it. You can format the field and off of suppress i was able to put a function.

    thanks

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