Does Alteryx support using BETWEEN function
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Is it possible to execute a query using BETWEEN function in Alteryx
For example using : Between Date '2012-01-01' and Date '2014-01-01'
Solved! Go to Solution.
- Labels:
- Custom Tools
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @Mary456,
Interesting question, the filter tool does support a configuration called range which is equivalent to between (shown below):
Though the actually code implementation of this is just using the <>= operators:
[Date1] >= "2022-09-26" AND
[Date1] <= "2022-09-26"
Any questions or issues please ask
Ira Watt
Technical Consultant
Watt@Bulien.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
As the others have mentioned, you currently have to handle this with a bit of a long-winded approach, though it looks like after some back and forth this should hopefully be getting added to Designer soon!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Are you querying from Snowflake? If so - the answer is yes as part of Snowflake SQL.
