We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Data replace in dynamic input

vrbravo
7 - Meteor

I have the following query adding into the dynamic input

 

 

Select  * 

 

From  Table1 A

 

Where  A.Date_1 >= CAST( '2020-01-01' as DATE) - 10 days

 

and A.Date_1 <= '2020-04-01'

 

Now i am not able to replace the first WHERE Clause date highlighted above that has to be replaced with another date column coming from the source.

 

 

Any help is appreciated.

1 REPLY 1
mbarone
16 - Nebula
16 - Nebula

Can you post a screen shot of how you're configuring the Dynamic Input tool?

Labels
Top Solution Authors