The Summer Cup has officially kicked off! Get ready to learn, connect, and compete! Complete Community engagement tasks to earn points and unlock exclusive Summer Cup badges for your profile. Learn more here!

Alteryx Designer Desktop Ideas

Share your Designer Desktop product ideas - we're listening!
Submitting an Idea?

Be sure to review our Idea Submission Guidelines for more information!

Submission Guidelines

Featured Ideas

It would be great if Alteryx could introduce a tool implementing a Decision Model Notation (DMN)-style Decision Table as an option to remove business logic from a workflow.

 

Arbitrary business rules are frequently implemented against datasets in Alteryx workflows before actual processing occurs. The implementation of complex business logic frequently results in a spider web of join, filter, formula, and union tools. 

I personally think it would work better to tab from 'Select Column' to 'Enter Expression Here' and not the 'Functions' List as probably people who are tabbing would immediately like to start typing the formula rather than going through functions, fields, etc.

 

joe_lipski_1-1589790965393.png

 

 

0 Likes

It will be really useful if the Microsoft Query (aka MS Query, aka Excel Query) can be incorporated in the formula tool. This can make the workflow small and make the tool more powerful

I can't believe Alteryx doesn't have a tool or function that can convert string numbers to numeric values even when the string number has commas.

I know you can always put in a Formula or MultiField Formula to remove the commas, but this is the 21st century.  It ought to be an option in the ToNumber function and a checkbox in the Select tool when changing Type.

0 Likes

Hi,

I am using the Interactive Chart to create a line-chart, but I would like to have values of (X,Y AND Trace Name)

I cannot display it for the différent regions, when we move the mouse over the curve the parameter is applied only for one region.

 

FI: it works if i modify the xml code by adding the following code to each region:

 

<value>
<hoverinfo>x+y+name</hoverinfo>
</value>

 

Is it possible to add it directly in interactive chart ?

 

Thank you.

0 Likes

Is it possible to have a "Run Workflow" option in the right click dropdown menu?

 

Sometimes you may just want to run the workflow at random from the convenience of your desktop without using the Alteryx server's capacity. When that is the case, you have to open the workflow, wait for it to load in Alteryx, and click "run" from the canvas. Instead, I would like to right click the workflow's file path and click "run workflow" from a dropdown menu without opening the workflow itself. When the file is complete, I can either receive a pop up to inform me it is complete, the time it completed, and the runtime or I will just know by checking the date/time modified in my output file. And if you have disabled all output in that specific workflow or it writes out to a database, an email, a server, or somewhere else that may not be able to handle this new feature, the "run workflow" could simply gray out in the dropdown menu to indicate it is not an option for that workflow. I think this would be a very nifty feature for your .xlsx, .tde, .txt files, etc. that output in the same file directories,

 


Thanks for reading!

 

 

 

 

Please could we add Qubole to supported data sources,

 

https://www.qubole.com/

 

It is possible to connect to Qubole via ODBC Connection

 

However, this error message is often returned on a query: InboundNamedPipe GetOverlappedResult: The pipe has been ended 

 

I've been advised by Alteryx Support that this is likely due to the ODBC driver. 

 

If it's possible to add Qubole to supported data sources it would save a lot of time committed to troubleshooting this error.

 

All the best

0 Likes

One idea that could help a lot of users while preparing dashboard solutions where we might need to attach artifacts for proof or references that might have helped us in developing the dashboards. 

 

Hello Alteryx Team

 

I would be great if you could enhance the emailing function to Include sending emails using the Microsoft Exchange Web Service (EWS). And not just SMTP as there are companies that do not Allow sending emails using SMTP but EWS is allowed.

 

Regards

Markus

The Alteryx File Types page describes only the more common file types. The page fails to describe many of the more obscure and esoteric file types and the community doesn't either.

 

I would like to know the purpose of each file type, where it typically lives, and with which tools it is associated when applicable.

 

Please update this page with a complete description of each file type.

0 Likes

Hello,

 

I really apologized if this has been posted before with some other title.

 

I started with Alteryx month ago and I am really trying to replicate some cool stuff for which we used to write ETL code in Python and loved it.

 

I saw a lot of posts regarding a Join Tool for left outer join or right outer join. While using Alteryx as a new person even I was confused with the Join tool since I was missing on numbers and ratios then I used Union Tool to union left and inner anchor of the output for the desired output.

 

I believe there should be a checkbox in the Join Tool for the Union Tool option.

 

I know its just a matter of dragging one more tool on Canvas but this is regarding with more flexibility and ease of use for every Alteryx user.

 

Thank you.

 

Regards,

Owais

0 Likes

I frequently have to build nested macros into workflows that will live on the Gallery. Unfortunately, Gallery does not "see" these nested macros when I save to Gallery and manage assets. I have to open the macros, attach the nested macros within through every single nesting layer, save all of them, then return to the main workflow before I can save to the Gallery and have it "see" the nested macros. I usually attach them to the workflow so I don't have to check them on in the Gallery menu anyway. That's why I have to attach the nested macros.

 

Anyway, when I change all dependencies to relative, these nested macros are not showing that they have relative paths. I cannot get that to work, try as I might. That makes this problematic for version control. How can I attach macros using relative dependencies?

0 Likes

This is an edge case in which I have two back to back Union tools. I want to Delete and Connect Around on the first one. All of the inputs into that Union will flow into the next Union tool. Delete and Connect Around is not available from the context menu for any tool with multiple inputs. See the image for more clarification.

seven_1-1588959852847.png

 

 

 

 

Enable Gallery Server Connections as Input for In-DB Tools. Currently, we can only create file connections, and we'd like to centralize all connections to our Gallery Connections.

The expression editor in the RegEx tool is only a single line, which makes it really hard to edit long regular expressions. See attached photo comparing the expression editor in the RegEx tool compared to the formula tool for the same expression. Please make the RegEx editor box either wrap to multiple lines, have a pop-out expression editor, or something so we can see long expressions.

 

regex idea.PNG

Version 2.0 of the publish to Tableau tool does not work for the initial authentication if Tableau Server has CORS enabled. â€ƒ

 

This only impacts the UI for the tool that completes the sign in to Tableau Server and provides back the list of projects, data source names, etc. 

When CORS is enabled, a 403 error is received with a response of invalid CORS request.

 

If the XML on the tool is manually edited and the tool is run, it works fine to publish to Tableau, with or without CORS enabled. 

version 1.0.9 also works with no issues, but is not the ideal solution when users are on newer versions of Alteryx designer

 

Additionally calls to the REST API from a local desktop using postman or python work with or without CORS enabled. 

 

Based on conversations with Alteryx support, the tool was not tested with CORS enabled, thus the bundle.js file completing the authentication for the GUI must not account for Tableau Servers with CORS enabled. 

 

For those who build solutions with Tableau Server that utilize the REST API (e.g. like custom portals) CORS must be enabled to function, but it limits the ability to use version 2.0 of the publish to Tableau tool. 

 

sign in.png

 

XML.png

Hi, when using the Join tool, I sometimes wish there are separate "*Unknown" fields for each of the left and right input.

I have occasions where the left input can be dynamic(modified upstream), but the right input fixed.

 

It's annoying to fix all join tool's selection when there are modifications in the upstream part.

 

JunePark_0-1588849869858.png

 

0 Likes

Hello Alteryx, Please fix Salesforce Input and Output tools. 

 

The input tool has a lot of issues with Login , , Custom SQL, Json issues, Machine Encryption, and saving to the gallery , . 

Unable to use Crew macros with Salesforce input Workflows etc.... there is a lot of post's with all the issues with Salesforce V.1 Versions. 

0 Likes

When I use the PCA tool, I run it with 2 PCs, then look at the results output to choose my principal components, and re-run it with the actual number of PCs that I need. I use the loadings and variance data quite a lot - it would be great to be able to output the loadings, variance, and also the scaled variables as data to work with in Alteryx, rather than just browse it in the report.

 

Gwilym_0-1588787962265.png

 

I have modified the PCA tool to do this myself, but I find I need to do this with each upgrade just in case anything has changed in the tool. I'd love it if the report summary data and scaled data was available as an output!

 

For reference, my amended version is available here:

https://gallery.alteryx.com/#!app/Principal-Components-Analysis-Extra/5eb2f79d0462d70bc0b6c516

0 Likes

Hi,

Here is an idea I think it would help with documenting any process using the container tool. Currently, with each of the tool, user can use the default annotation or add his or her own annotation to help explaining each step in a process. The annotation on each tool can be set to be hidden (never show) when there are high number of tools are present.  This is when the container tool can be used to organized tools. This idea is similar in scope with the two ideas below but I want to push it a little further beyond the current available features described in https://help.alteryx.com/2019.3/ToolContainer.htm

 

The idea is to have the container tool summarize all the annotations from tools within a container as its own.  This way, you will have the full documentation of the combined process within the container, and container of containers.  This feature can either be the option to view or to export from the pop up window. 

 

https://community.alteryx.com/t5/Alteryx-Designer-Ideas/A-profile-function-for-Tool-Containers/idi-p...

https://community.alteryx.com/t5/Alteryx-Designer-Ideas/Combine-the-Container-and-Comment-Tools/idi-...

 

 

Top Liked Authors