I'm currently extracting data from a Teradata database via ODBC connection and SQL statements. I would like to added a parameter to Alteryx workflow that is used as part of the SQL being through. e.g
Select A.Field1, A.Field2
From DB.Table A
Where A.Field1 in (‘parameter’, ‘parameter’)
Any advice on how to do this?