|
-
Mar 21st, 2007, 10:29 AM
#1
Frenzied Member
Re: Help With Formula Field
Why not use 2 fields? just line them up ontop of each other.
-
Mar 21st, 2007, 10:34 AM
#2
Thread Starter
Hyperactive Member
Re: Help With Formula Field
 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.
-
Mar 21st, 2007, 10:38 AM
#3
Frenzied Member
Re: Help With Formula Field
if {LabHist.LOCATION} = "" then
""
else
"LOCATION:"
can try that in a formula field... I didn't test it tho.
-
Mar 21st, 2007, 10:52 AM
#4
Thread Starter
Hyperactive Member
Re: Help With Formula Field
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|