I am trying to get this formula to work and can only get it to give me a TRUE or FALSE. I have tried many diferent ways on this formula. I have a field PRODFIN.WEAVING that can have a number range between 910000-919999 and if it is equal to this number range I need it to make ODB_Mach.Mach_id (which is my group field) and when the PRODFIN.WEAVING is in this range this Mach_id is blank. Now if PRODFIN.WEAVING is not in the number range I need the Mach_id to remain its current value. Can anyone help with this scenario?
Ex so far this will only give me TRUE FALSE but I needt it to make the mach_id = to the value and if not in these ranges then = to its current value..
if {PRODFIN.WEAVING} = 910000 to 919999 then {ODB_Mach.Mach_id}= 910 else
if {PRODFIN.WEAVING} = 930000 to 939999 then {ODB_Mach.Mach_id}= 930 else
if {PRODFIN.WEAVING} = 920000 to 929999 then {ODB_Mach.Mach_id}= 920
Ex so far this will only give me TRUE FALSE but I needt it to make the mach_id = to the value and if not in these ranges then = to its current value..
if {PRODFIN.WEAVING} = 910000 to 919999 then {ODB_Mach.Mach_id}= 910 else
if {PRODFIN.WEAVING} = 930000 to 939999 then {ODB_Mach.Mach_id}= 930 else
if {PRODFIN.WEAVING} = 920000 to 929999 then {ODB_Mach.Mach_id}= 920