I have created a query similar to the following:
SELECT *
FROM CUSTOMERS WHERE VISITED = {?City1} and
CUSTOMER_ID IN(SELECT * FROM CUSTOMERS WHERE VISITED = {?City2});
The query works. I saved it.
I then created a report based on my query, but it does not prompt the user for the paramenters, not even when the user hits refresh?
Why?
SELECT *
FROM CUSTOMERS WHERE VISITED = {?City1} and
CUSTOMER_ID IN(SELECT * FROM CUSTOMERS WHERE VISITED = {?City2});
The query works. I saved it.
I then created a report based on my query, but it does not prompt the user for the paramenters, not even when the user hits refresh?
Why?