grierfield
Technical User
With this formula I am trying to select all the {bl_exp.PURPOSE} fields that have a “Q” or “P” for the year 2003. however for some reason the selection is not being limited to year 2003, i am getting the P and Q for 1995, 1996 … thru 2003. what is wrong with the formula below that I am using?
{bl_exp.D_EXP} > Date (1995, 12, 31) and
{bl_exp.PURPOSE} = "P" or {bl_exp.PURPOSE} = "Q"
{bl_exp.D_EXP} > Date (1995, 12, 31) and
{bl_exp.PURPOSE} = "P" or {bl_exp.PURPOSE} = "Q"