Advent of Code is now back for a limited time only! Complete as many challenges as you can to earn those badges you may have missed in December. Learn more about how to participate here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Dynamic Input where to Start Data Import?

CDGover
5 - Atom

Is there a way to specify where to start the data import for a group of spreadsheets. Example: Instead of saying "start data import on line 14" I want to say "start data import where [field] = 'value'".

2 REPLIES 2
ivoller
12 - Quasar

Not really.

 

You can pull in the data and then locate the appropriate starting point to produce a new table with only the required data. Alternatively you could set up the range you are interested in the excel by using a formula based named range and then only importing that range.

CDGover
5 - Atom

Thanks you for the quick response! 

Labels
Top Solution Authors