Hi everyone,
I am trying to use an analytic app in Alteryx to take input value from the user to use in the query as an input.
For eg:
SELECT * FROM dbo.Mega
WHERE CAMPAIGN LIKE "%x%"
I want to take this x value from the user and then use it in the query instead of x.
How can I do that? any video, sources, articles?
Regards,