Hi All,
How to do Parameterization in the SQL. I created the Alteryx APP in my query I need to pass Year as 20160000. in where clause. In Source the query is :
{Code}
from a inner join b where a.x=.b.x and b.year=20160000
I Created text box interface and I connected to the source but I couldn't figure out how to filter the year from source query.
Could any one help in resolving this issue..
Regards,
SJ