I have the following prompt and everything works correctly except the free form. I can free form the exact name that matches what I see in the slection list but it returns null. Any clue? Here’s the prompt:
abst_coder_STAFF.STAFF_NAME IN @Prompt(‘Coder Name or ALL’,‘A’,‘Abstract\Coder Name’,Multi,free,persistent,{‘ALL’}) OR ‘ALL’ IN @Prompt(‘Coder Name or ALL’,‘A’,‘Abstract\Coder Name’,Multi,free,persistent,{‘ALL’})
I thought the same at first but their is no evidence of any trailing nulls or spaces. Selecting from the list works and so does ALL, just not the free form. Thanks!