Hi
I am using ImpAdmin 7.0 with informix DB. I have a problem here with if statement in one of the field of my report. Calculated field definition in report look like this
if (flag = 'S') then (loanamt) else (0)
impromptu throwing error as 'corresponding types must be compatible in CASE expr'. Based on string I need amount. Does anyone faced similar problem. If so how are guys tackling this situation.
Thanks
Umag
I am using ImpAdmin 7.0 with informix DB. I have a problem here with if statement in one of the field of my report. Calculated field definition in report look like this
if (flag = 'S') then (loanamt) else (0)
impromptu throwing error as 'corresponding types must be compatible in CASE expr'. Based on string I need amount. Does anyone faced similar problem. If so how are guys tackling this situation.
Thanks
Umag