AlreadyLost
MIS
Why is my if then not working?
Basically, I want to change the description that is in the database to a text that I wanted to call..
so I wrote this formula..
If {TB_Service.Result} = '9900'
then {TB_service.description} = "Payment"
My resulte equal "False"
I also try :
If {TB_Service.Result} = '9900'
then "Payment"
and I got blank as the result.. What is wrong???Please help..
Basically, I want to change the description that is in the database to a text that I wanted to call..
so I wrote this formula..
If {TB_Service.Result} = '9900'
then {TB_service.description} = "Payment"
My resulte equal "False"
I also try :
If {TB_Service.Result} = '9900'
then "Payment"
and I got blank as the result.. What is wrong???Please help..