They have requested me to create a report that will pull as follows :
NewAssetNumber OldAssetNumber OfficeNumber Name/Desc
My problem is that the Old Asset Number & Office Number are sitting under the same field in a one table.l have tried to create a formula for both columns to try and see whether it will pick it up differently but in one there is data and the other nothing when l try running the report.Below are my formula's :
If {AMASSTO.OPTFIELD} in ["LOCNUM", "LOCNUMBER"] then {AMASSTO.VALUE}
If {AMASSTO.OPTFIELD} in ["OLDNUM", "OLDNUMBER"] then {AMASSTO.VALUE}
Please assist me if you can, l would very much appreciate your help.
NewAssetNumber OldAssetNumber OfficeNumber Name/Desc
My problem is that the Old Asset Number & Office Number are sitting under the same field in a one table.l have tried to create a formula for both columns to try and see whether it will pick it up differently but in one there is data and the other nothing when l try running the report.Below are my formula's :
If {AMASSTO.OPTFIELD} in ["LOCNUM", "LOCNUMBER"] then {AMASSTO.VALUE}
If {AMASSTO.OPTFIELD} in ["OLDNUM", "OLDNUMBER"] then {AMASSTO.VALUE}
Please assist me if you can, l would very much appreciate your help.