Hello,
I have a BAQ with the following calculated field:
‘’ + Part.PartNum + ’ - ’ + Part.PartDescription + ’ is a ’ + Type + ’ part within the ’ + PartClass.Description + ’ part class.
On Hand Qty: ’ + convert(varchar, PartBin.OnhandQty)
It returns a value when I pass the PartNum (which is criteria to the BAQ) of 1000021 but not when I pass 10000164. The BAQ is returning data as Part.PartNum is a field that is returned and it displays correctly.
It doesn’t make any sense to me. Anyone have any ideas?