The Product Idea boards have gotten an update to better integrate them within our Product team's idea cycle! However this update does have a few unique behaviors, if you have any questions about them check out our FAQ.

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

0 Likes

I am relatively new to Alteryx, but to my knowledge it does not seem like you are able to create aggregate data alerts that link two data columns to each other.

 

My suggestion is the following: Enable Alteryx to create a data alert so if you are creating a warehouse overview (as an example) you can set an alert whenever the quantity of an item is equal to its minimum stock

 

Alert when: Quantity = Minimum stock

 

Thus, whenever your quantity is reaching a critical level, you would receive an alert either through Alteryx, in Tableau (which I use to mediate my Alteryx data) or by email.

0 Likes

Hello Alteryx fans and Devs!

 

For the Summarise tool - would it be useful to have a "Rank" option for the potential Summarise options we can use? Just a thought!

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

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!

 

 

 

 

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. 

 

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

 

 

 

 

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-...

 

 

0 Likes

When using the Select Tool or the Join Tool and adding data from multiple data sources, I would love to see an option to color code a data field to match the data source it was derived from.  It would make it much easier to determine you are selecting the correct data field later in a workflow, especially when the multiple data sources have the same data field names.

0 Likes

I work in an enterprise that uses Active Directory to manage database access. When I connect to MS SQL with Alteryx, I can use a string like:

odbc: Driver={SQL Server};Server=XXXX;Trusted_Connection=yes;

When I connect to Oracle using a 32 bit OCI, the string looks like:

32bit:oci:USER/__encryptedPW__@HOST.XXX

 This is problematic because my password must be changed every two months according to company policy. I have to update any workflow that uses the Oracle connection. It would be grand if I could use AD for Oracle and for any Alteryx connection the way I can for MS SQL in the first instance.

0 Likes

I am using Designer 2019.4.8.22007. This version has the new Input tool experience. When I create a connection to 32 bit OCI, that connection stays in the Recent list. After a while, it disappears, replaced by files and other things. When I need it, I have to go and create it again. Can you please persist connections? Thank you.

0 Likes

I'd love to see a Haskell Tool similar to the already existing Python and R-Tool.

 

Haskell is a great way to handle data without side-effects. I know I am probably pretty much alone with this suggestion, but I wanted to share it anyway.

 

I also know Python can do basically everything Haskell can do, but it isn't as beautiful and effective as it is in Haskell. Haskell brings many logic operators and great syntactic "sugar" out of the box. Things like pattern matching with input parameters is just amazing in Haskell and would require way more code in Python.

 

 

0 Likes

Dear Alteryx Gods,

 

Please hear my plea and add these beloved excel functions into the formula tool, using 3 Alteryx tools to do this simple task is ridiculous.

 

Thanks!

0 Likes

Under the join ribbon, could there be a new tool added called Minus?

 

This would behave similar to how SQL Minus works.  I think this tool could closely resemble the setup found in the union tool and provide the following functions:

 

  • Ability to manually configure fields
  • Automatically configure by name
  • Automatically configure by position
  • Ability to (de-select extraneous columns)
  • Option to either include ALL rows, or just the distinct (similar to the minus and minus all behavior in SQL)

When doing validations in a workflow, this would provide a useful dq measure to use as a sanity check to ensure that for example loan numbers haven't been dropped from one point of the workflow to the next.

0 Likes

Linear Regression Tool errors out with my data set if I sample more than 1 in every 31 cases. The sample size error-out is very consistent, despite the fact that different R error messages filter up with different runs. Support recommended small sample for the predictive tool then submit all data to Score. That's backwards of my need, which is to submit detail data to the predictive tool to create as precise a model as possible then apply that model to predicting a smaller set of future case outcomes. 

 

I used version 2019.4.8.22007. My full data set had 15.46 million rows, and one string field (which is necessary) accounts for the majority of predictors submitted to the model. I ran it from the Desktop version. The PC had 64 GB RAM and I even changed the default Virtual Memory settings in hopes that'd help.

0 Likes

Every time I open a new workflow I start with a heading and subheading. 

  • Heading: Verdana 8pt bold. Color=black. 
  • Subheading: Verdana 9pt regular. Color=gray. 

MuralidharAreti_1-1586903940353.png

The aim is to ensure I know what this workflow is for, the date, who it is for and what was happening around me at the time I created the workflow. This helps bring me back to the premise that kicked this whole thing off and puts me in the frame of mind to understand what was happening at the time I created this workflow. 

 

Occasionally in my workflow I'll have some comments, snippets of code and especially warnings for things to pay attention to when I open or before I run a workflow. 

 

It would be fantastic if the documentation palette can be expanded to more than just three tools to include some of these comment tools, or a customizable set of tools/macros that will allow me to just set it once and reuse them as needed to keep style and formatting consistent so that I can focus on the workflow while keeping everything documented and tidy. Bonus points for including one that allows me to put my logo/signature on the canvas too. 

 

My current workaround to this is putting all my styles in a workflow and having that open to copy and paste the comment and update the content. 

Top Liked Authors