mycrystalbaby
Programmer
Hi,
In my report one field is number and other is string I need to write a formula like this..please tell me how to do that?
// this is a number
NumberVar Pole :={NUM_POLES};
//this is a string
StringVar Phase :={PHASE};
If Pole="1" then Phase else
if Pole="2" and Phase="C; then "B","C"
PS; I am using CR X and SQL 8.0
Thanks
AA
In my report one field is number and other is string I need to write a formula like this..please tell me how to do that?
// this is a number
NumberVar Pole :={NUM_POLES};
//this is a string
StringVar Phase :={PHASE};
If Pole="1" then Phase else
if Pole="2" and Phase="C; then "B","C"
PS; I am using CR X and SQL 8.0
Thanks
AA