Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Populating a template

limrie
5 - Atom

Hey all, my ultimate goal is to populate a template but I cannot figure it out. First I need to sum two different columns (which I know how to do) then compare those sums to cells from a different data source. After I have the sums, I have to input the data in a template to compare it. Also, I need it to update the date every time. I think the blob tool could work but I am not sure how. The different data source is a database, not an excel file, so if someone could explain how to connect to a database, it would be a huge help. Thanks!

2 REPLIES 2
jdminton
13 - Pulsar

Connecting to a database is going to depend mostly on what type of database you are connecting to and if you have the authorizations to connect. For SQL Server, I use and ODBC connection. First on the input tool, set up a connection and select "Data Sources", and at the top of the screen select the Microsoft Sql Server ODBC connection. After selecting "New", you can set up the connection. The name isn't relevant, but the ODBC DSN is. Click on the gear next to it and add a system DSN. You might want IT help to do this step as it requires the name of the server and some connection settings that vary between companies. Once created, you can connect and select the database table to retrieve data from. Also, once it's connected, you can use in-DB tools as well. Once you get that far, we can likely answer any questions you might have.

 

If you manage to get your data to Alteryx, it will work the same as any other data input. Without some example data, it is difficult to answer your specific question on the template. Is this an Excel template you are wanting to populate?

Labels
Top Solution Authors