Alteryx Designer Desktop Discussions

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

SQL Connection - Query by Report Name/Location

npariso
10 - Fireball

Hello - I am trying to replicate an Excel process in Alteryx.

 

Currently, Excel is using an OLE DB Query Connection to query a table that is stored in a report builder.

 

Connection String:

Provider=ftiRSOLEDB.RSOLEDBProvider;

Integrated Security="";Password="";Location="";

User ID="";Initial Catalog=XYZ50;

Data Source=Database5;

 

Command Type: Table

 

Command Text: "xyz50" § "Finance" § "Current Prices"

 

Excel has a command type field which is set to table. I can't seem to find this in Alteryx.


The command text is using xyz50 for database catalog, "Finance" for folder name, and "Current Prices" for Report Name.

 

Is there anyway to recreate this table query in Alteryx without having to query it using SQL code?

4 REPLIES 4
IraWatt
17 - Castor
17 - Castor

Hey @npariso,

Alteryx has the In-DB tools which allow you to pass SQL to a Database:

IraWatt_0-1654165088551.png

Is it SSRS you are wanting to query?

npariso
10 - Fireball

I am familiar with using an SQL query to pull data, but I am looking to make the process a little more simple for the end user. Instead of having to generate the SQL code then generate the report I wanted them to be able to see the report directory in Alteryx and query the report from the Alteryx UI. I have gotten as far as the Alteryx UI showing the Report directory. I just dont know how to "call" that report from the DB.

 

I have the options in our Report wizard to see the SSRS command and the Crystal Reports command.

 

npariso_0-1654185267835.png

 

This is what Excel's connection properties looks like this, where the command text follows this format "[Catalog]"§"[Folder]"§"[Report Name]"

 

npariso_1-1654185413947.png

 

 

npariso
10 - Fireball

Bump..

npariso
10 - Fireball

Bump

Labels
Top Solution Authors