Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting text from a value

Status
Not open for further replies.

samimichaels

IS-IT--Management
Nov 17, 2000
20
US
I want to substitute text from a value.

the formula i am using is

if {Calls.DialResult}=201 then "Voice Connect" and
if {Calls.DialResult}=203 then "Fax Machine"

but the formula editor keeps asking me for a boolean. What am i missing?

When I just run the first half, it works great...
 
if {Calls.DialResult}=201 then "Voice Connect" else
if {Calls.DialResult}=203 then "Fax Machine" else
"Other" Ken Hamady
Crystal Reports Training and a
Quick Reference Guide to VB/Crystal
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top