I have multiple tables linked together. My failureremark table is linked to my long description table by a left outer join from ldkey to ldkey. I want the long description on the failureremark table to display records even if the field is null. Here's my formula...
{@Plant} = {?Plant} and
Not(IsNull({@Problem})) and
{workorder.targcompdate} in ({?From date} to {?To date})
{@Plant} = {?Plant} and
Not(IsNull({@Problem})) and
{workorder.targcompdate} in ({?From date} to {?To date})