SYMPTOM:
In Strategy Developer 10.6 and 10.7, executing a report with a text prompt and having parameterized queries turned on for the database instance connection will return a "?" for the prompt value. If the parameterized query option is at any point turned off, the text prompt values will still resolve with ‘?’.
STEPS TO REPRODUCE:
1.) Within Strategy Tutorial, create a new Freeform database instance with a new DB connection and turn on parameterized queries.
2.) Create FFSQL report with the following definition:
select * from table where column = [Value (Text)];