When I add answer type and using sql query for data source , I couldn't put session variable in WHERE clause in sql query.
I try this:
select customerid, customername from tbcustomer where country = @@country@@
But no use.
How could I solve the problem?