Hi, hope one of you guys will be able to help me on this one.
I am attempting to add a formula field to a report. I have two fields within the report that I am attempting to use within the formula. {WO.Part_No} and {SO_Items.Part_No}. The purpose of the formula is to return a 'YES' when the {SO_Items.Part_No} contains data when the {WO.Part_No} field contains a 'NULL' value. And to return a 'NO' when both fields contain data.
All I've managed so far is
IF {WO.Part_No}= "" AND {SO_Items.Part_No}= "*" THEN 'YES'
ELSE 'NO'
I have tried this and a number of other formula variants advised by other people, and each has returned either a completely empty formula field or a formula field which only contains a return against those {WO.Part_No} fields that are not Null values. Every formula field I have tried has null values correspondint to the null values within the {WO.Part_No} field.
I am completely lost on this one and fear that if it continues I may well attempt to test the aerodynamics of a laptop (from the roof). Any assistance much appreciated.
I am attempting to add a formula field to a report. I have two fields within the report that I am attempting to use within the formula. {WO.Part_No} and {SO_Items.Part_No}. The purpose of the formula is to return a 'YES' when the {SO_Items.Part_No} contains data when the {WO.Part_No} field contains a 'NULL' value. And to return a 'NO' when both fields contain data.
All I've managed so far is
IF {WO.Part_No}= "" AND {SO_Items.Part_No}= "*" THEN 'YES'
ELSE 'NO'
I have tried this and a number of other formula variants advised by other people, and each has returned either a completely empty formula field or a formula field which only contains a return against those {WO.Part_No} fields that are not Null values. Every formula field I have tried has null values correspondint to the null values within the {WO.Part_No} field.
I am completely lost on this one and fear that if it continues I may well attempt to test the aerodynamics of a laptop (from the roof). Any assistance much appreciated.