grierfield
Technical User
I am trying to select {bl_exp.PERC_INJ} = “X” for {bl_exp.DEVICE}. there are 46 devices, I only want device 5,6,7,8 for the dates shown. Some how the report is picking up dates earlier than I am specifying. here is formula I am using:
{bl_exp.PERC_INJ} = "X" and
{bl_exp.D_EXP} > Date (1998, 10, 31) and {bl_exp.DEVICE} ="5" or bl_exp.DEVICE}="6"
or bl_exp.DEVICE}="7" or bl_exp.DEVICE}="8"
{bl_exp.PERC_INJ} = "X" and
{bl_exp.D_EXP} > Date (1998, 10, 31) and {bl_exp.DEVICE} ="5" or bl_exp.DEVICE}="6"
or bl_exp.DEVICE}="7" or bl_exp.DEVICE}="8"