I am totally new to crystal reports, just saw it 4 days ago for the first time. We are also a start up company so we are using CR 4.0 (it's paid for) and I'm not a programmer. I am connecting to a mySQL database.
What I am trying to do is if a field returns a number have it print a text value. What I have tried is:
state1: = Open
state2: = In Progress
state3: = Solved
state4: = Closed
if {bugs.state} = 1
then {bugs.state} = state1
When I hit the check button I'm getting "the remaining text does not appear to be part of the formula". I will admit to flying blind here, I have located a "Dummies" book but it hasn't arrived yet. Could someone point me in the right direction? Thanks in advance
What I am trying to do is if a field returns a number have it print a text value. What I have tried is:
state1: = Open
state2: = In Progress
state3: = Solved
state4: = Closed
if {bugs.state} = 1
then {bugs.state} = state1
When I hit the check button I'm getting "the remaining text does not appear to be part of the formula". I will admit to flying blind here, I have located a "Dummies" book but it hasn't arrived yet. Could someone point me in the right direction? Thanks in advance