Microsoft Access Queries in Alteryx
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
qhawendhlovu
6 - Meteoroid
‎02-29-2024
07:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello. Does anyone know if Alteryx can directly read and execute (on a data set) Microsoft Access queries or can we only use Alteryx tools (e.g., Formula and Summarize) to replicate what the Microsoft Access query/code is doing?
Labels:
1 REPLY 1
19 - Altair
‎03-01-2024
05:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Alteryx cannot directly execute actions (macros, queries, data refreshes, etc) in any other application, without having some kind of external mechanism to execute the action on it's behalf. For databases that mechanism is passing sql queries or calling stored procedures which are implemented in the Input and Output tools . For Office apps it's VBS, PowerShell or some equivalent. For these script type executions, you'll need to build a vbs or PS script and execute it using a Run Command tool.
Dan
