Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

How do I get a specific set of data? Appointment between A & B

rhearns1
8 - Asteroid

I am looking to extract data from the workflow on a weekly basis and what to as for data for upcoming appointment between say December 20, 2023 through Jan 5, 2024.  How/what would I do?

2 REPLIES 2
Luke_C
17 - Castor
17 - Castor

Hi @rhearns1 

 

very tough without sample data, but lets say you have a field that is a date, the below would work in a filter tool. You can also configure it by default as a basic filter

[Field1] >= "2023-12-20" AND
[Field1] <= "2024-01-05"

image.png

rhearns1
8 - Asteroid

Thank you kindly!!!!!!!

Labels
Top Solution Authors