Community Halloween is live until October 31st! Complete any 2 quick activities to earn the 2025 Community Halloween badge. Feeling brave? Check out the activities here
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Is there a way in Alteryx to fetch dynamic query data ?

Anugya
5 - Atom

I have a declare statement where I am declaring variables and storing values in it and same I am recalling in my SQL statement.

How can I achieve this in Alteryx ? I have tried dynamic input since my variables value keeps changing it's also not working for me.

 

 

1 REPLY 1
mbarone
16 - Nebula
16 - Nebula

With Alteryx you'd usually have an input tool, then a formula tool to create variables, and then they're available for downstream processing.  I can't tell if that's what you're trying to do, or if you're trying to dynamically update variables within a SQL query.  Maybe a screenshot, sample data, etc. could be posted to help us understand better.

Labels
Top Solution Authors