I need a formula to dispaly 'true' if the following is true; ex:
{part.material_code} {part.id}
0800-0836 0800C-0836-A
380C-010 380C-009-5
The above fields are to show 'true' because they are not the same.
0742C-0151-10 0742C-0151
410D-E01-12 410D-E01
These need to show false as they are the same minus the last digits on the {part.material_code} side. These digits are the rev and can be 1 or 2 digits long. They could also be letters.
To sum up, I need to show on my report only the parts with the same part numbers minus any revs on thre material code side. I hope i made it clear. Thank You.
{part.material_code} {part.id}
0800-0836 0800C-0836-A
380C-010 380C-009-5
The above fields are to show 'true' because they are not the same.
0742C-0151-10 0742C-0151
410D-E01-12 410D-E01
These need to show false as they are the same minus the last digits on the {part.material_code} side. These digits are the rev and can be 1 or 2 digits long. They could also be letters.
To sum up, I need to show on my report only the parts with the same part numbers minus any revs on thre material code side. I hope i made it clear. Thank You.