Oracle 10g and CR10
There are two tables, table1 with a field named ot_shift_cd and table2 with a field named shift_cd. Both are number fields.
The report currently displays "No Shift Code" if the ot_shift_cd in table1 is null. However, I'm out of ideas on how to return a string value (something like "Shift Code Invalid") in the report, when the ot_shift_cd in table1 doesn't match any code values in table2.
There are two tables, table1 with a field named ot_shift_cd and table2 with a field named shift_cd. Both are number fields.
The report currently displays "No Shift Code" if the ot_shift_cd in table1 is null. However, I'm out of ideas on how to return a string value (something like "Shift Code Invalid") in the report, when the ot_shift_cd in table1 doesn't match any code values in table2.