Hi,
I have to execute a couple of commands if a certain condition is true. e.g. If the incoming value is -ve then set value of a mapping variable as well as reject the record with an error. It would be something like this: IIF(in_port_value < 0, (SETVARIABLE($$v_map_var_counter) AND ERROR('Invalid value'))). How can I accomplish this?
Thanks.
I have to execute a couple of commands if a certain condition is true. e.g. If the incoming value is -ve then set value of a mapping variable as well as reject the record with an error. It would be something like this: IIF(in_port_value < 0, (SETVARIABLE($$v_map_var_counter) AND ERROR('Invalid value'))). How can I accomplish this?
Thanks.