i am doing a parameter on lot_nbr and part, they are both strings, in my command i have
QTY.PART ={?PART} AND QTY.LOT_NBR = {?LOT}
but the problem is when i enter the part and lot, it wont return any data unless i put ' ' at the beginning and end. Can i have it where the person doesnt need to enter ' ' when they enter the part and lot_nbr. i dont want to change it to a number because there are times the lot and part may have a letter or a -
QTY.PART ={?PART} AND QTY.LOT_NBR = {?LOT}
but the problem is when i enter the part and lot, it wont return any data unless i put ' ' at the beginning and end. Can i have it where the person doesnt need to enter ' ' when they enter the part and lot_nbr. i dont want to change it to a number because there are times the lot and part may have a letter or a -