Panel Grid BAQ where hyphen issue

I have a slide out with a panel card grid tied to a BAQ. I am trying to use the where to filter for the job number. I can filter on any other field besides the job number because the hyphen. I have tried quotes and double quotes around the fields to see if I can get that to work, but nothing seems to work.
Is there a specific syntax or escape to use so that this will work?
This is in the Where.
UD01_ShortChar01=?{LaborDtl.JobNum}

I found the answer in here. It was not in search because a print screen for the error I think. I had the beginning single quote when I was messing with it on the wrong side of the ?
UD01_ShortChar01=‘?{LaborDtl.JobNum}’ is what works.