I have Part ID field that I want to strikeout if the Effecive Date is > today or if the Discontinue Date is < today. This way all the obsolete and future parts have a strikout throught them.
My original formual is
{REQUIREMENT.EFFECTIVE_DATE} > today or {REQUIREMENT.DISCONTINUE_DATE} < today
but it strikesout all parts where the Discontinue Date is null.
The next formual I tried is
If {REQUIREMENT.DISCONTINUE_DATE} = Date(0,0,0) then defaultattribute or
{REQUIREMENT.EFFECTIVE_DATE} > today or
{REQUIREMENT.DISCONTINUE_DATE} < today
This yeilds the same results.
Any idea on how to have the system not strikeout the Part ID if the Date is null?
Thanks,
Hillary
My original formual is
{REQUIREMENT.EFFECTIVE_DATE} > today or {REQUIREMENT.DISCONTINUE_DATE} < today
but it strikesout all parts where the Discontinue Date is null.
The next formual I tried is
If {REQUIREMENT.DISCONTINUE_DATE} = Date(0,0,0) then defaultattribute or
{REQUIREMENT.EFFECTIVE_DATE} > today or
{REQUIREMENT.DISCONTINUE_DATE} < today
This yeilds the same results.
Any idea on how to have the system not strikeout the Part ID if the Date is null?
Thanks,
Hillary