Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

how to?

ravi061
8 - Asteroid

Hi,

 

I have a requirement, in oracle we have two sql queries, first query will show the record counts, if the first query has 1 or more records, then second query should be running and second query output should be written on the excel , if first query produces zero records then second query shouldnt be run, how can i do Workflow?

 

Thanks,

Ravi Teja

3 REPLIES 3
jordanmount6
8 - Asteroid

I don't know of a native way to do this in Alteryx but i think you could accomplish this a different way by using some combination of a formula tool and dynamic input tool for the 2nd query. 

 

This should give you a good idea of what i mean. 

 

https://community.alteryx.com/t5/Engine-Works/Creating-a-Custom-SQL-Query-Builder-App/ba-p/893385

flying008
15 - Aurora

Hi, @ravi061 

 

The Control Containers tool in v2023.1 just for your case .

ravi061
8 - Asteroid

Hi @flying008,

 

I don't have 2023.1 version with me, but i have 2022.3 version

Labels