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

A great feature would be for CASS to provide the address type as Residential or Business.  Better yet, further breakdown of address type into single-family, apartment, retail, office, commercial, warehouse, etc.  This would be very beneficial when analyzing address data from the Tom Tom Address Points Calgary database and can allow a end-user to filter prioritize addresses in their analysis based on the type of address.

0 Likes

Hi Team,

 

For a small workflow the current setup is okay to handle but with big workflow where input file count comes 25 at multiple locations then it is difficult to check every input.

 

The idea is: There should be some mechanism to check input/output before running the complete workflow 

 

  • If any of the input file is locked then ask user to continue or not
  • If any output file is locked then ask user to continue or not
  • Or above this message can be combined together

Once this done the workflow can do further processing.

 

From my experience, this will help to improve work process and time to fix the issue.

 

Ashis Sanpui

0 Likes

I use the same 2 saved expressions across 58 workflows (and growing).

I'd like to know that I am using the universal expressions, so that I know that it is the latest version and that I am not missing an update.

 

Is there somewhere on the Configuration panel that can show the name of the expression in use?

 

Thanks,

Karen

0 Likes

It would be great to have the option in the Join tool to "Delete duplicate fields from Left input" and same for "Right input". the field might have the same name, but the data in them might be different.

0 Likes

R has a very large number of useful packages and examples.  Often, we only need a few lines of R code.  However, integrating that with the data flow in Alteryx can be complex.  It would be ideal if there was a tool where you could drop in R code, and have the tool create named inputs and outputs for each variable in the R code, and create blank text documents or YXDBs with the correct column names and variable types.  This seems like it could be automated, and would eliminate a lot of trial and error in using small pieces of R code for specialty tasks.

0 Likes

Hi,

 

It would be very useful if I could delete/remove fields while using the tool Join - manual configure fields directly instead of adding a "Select" tool next.

0 Likes

Hi,

 

It would be very useful for me If I could consolidate in the same output two different inputs: 1- the whole output flow; 2- The summarize from the output. That would save some time from doing pivot table analysis for instance. 

 

Thanks

0 Likes

Alteryx could have a way to, in select tool, choose the type of string field as numeric changing between comma or dot the separators without the needing of formula tool for that.

0 Likes

Hello all,

 

Would love to see an analysis too or a major upgrade to the browse tool.

 

9 times out of 10, if i want to understand the data that is in my browse tool, i have to export it into excel just to filter and sort. This functionality is very much so needed in alteryx in either a new Analysis tool or (more ideally) into the browse tool.

 

What are yall's thoughts?

Nick

0 Likes

When building an analytic app which uses a Map Input, please enable Interface tool functionality which would allow the app user to change the base map (roads, imagery, etc.) within the app map interface.  Currently I believe the only way to accommodate different base maps in an app is to configure multiple Map Inputs – one for each base map.  The resulting map interface duplication clutters up the app and opens the door for configuration errors.

 

Enable app user control of base mapEnable app user control of base map

 

0 Likes

As we all know, we can filter only based on 1 condition on 1 column within our data-set using FILTER tool till date.

Idea is if people can add multiple conditions on same or different columns within same tool. e.g.

  1. Multiple conditions might be on same column (like column A > 1 and A is not null)
  2. Different conditions on different columns of dataset (like column A>=5 and B equals ="xyz"

Thanks!

0 Likes

When i have a lot of columns in a database and I don't know the specific name of a column, it gets difficult to find it inside the select and summarize tool, for example. If you include a browser inside the most used tools, it would be easier to identify the columns and reduce time. Thanks for your time.

0 Likes

I like the concept of the Interactive charts tool but it seems overtly cumbersome to use when you are trying to perform simple changes to a line graph.  The chart tool was much easier.  I like the direction the interactive tool is going but I should not have to edit the tools xml to display point values on a line graph.

0 Likes

In this blog post http://www.chaosreignswithin.com/2019/06/alteryx19-nashville-we-turned-it-up-to.html, Mark mentioned there is report of Runner macros not working correctly on Windows 10 Enterprise. So I decided to create test workflows to reproduce this error. I've attached 4 files, which you'll need to download and place in a folder to reproduce this error.

 

Here is the error I produced. The ListRunnerDriver.yxmd goes into an infinite loop.

Alteryx Designer error messages.jpg

 

 

 

 

 

 

 

 

 

 

Here is the state of the folder is when I aborted the ListRunnerDriver.yxmd.

project folder state after aborting ListRunnerDriver.yxmd.jpg

 

 

 

 

 

 

 

 

 

I wasn’t able to reproduce this error with 1 child workflow, which isn’t how we use List Runner macro. So if you did your testing with 1 child workflow, you would not have seen an error.

 

After I added a 2nd child workflow is when the error occurred, which is how we typically use List Runner macro, more than 1 child workflows.

 

NB: I used only List Runner and Log Parser macros from the Crew Macros Pack. 

 

Steps to reproduce the errors:

 

1. Create a folder

2. Copy all attached files in say folder.

3. Open ListRunnerDriver.yxmd

4. Run ListRunnerDriver.yxmd.

5. Look for errors.

 

ListRunnerChild.yxmd and ListRunnerChild2.yxmd each are a simple workflow with 2 tools: Text Input and Output tools. They write to 2 different Excel workbooks. In this case, only the ListRunnerChild.yxmd produced an output.

 

When List Runner macro tried to run ListRunnerChild2.yxmd is when the infinite loop started.

 

The ListRunnerDriver.Log.xlsx has the messages, but in this case, with the infinite loop and errors, this output is never written.

 

 

0 Likes

Sometimes, when I am working with new data sources, it would be nice to have a dockable pane that would allow me to view the schema of all of my connected data sources. That way I could rename fields and change data types as needed without having to jump from one select tool to the other to see how the schemas compare.

0 Likes

I have a process that sends out about 1,500 emails. Every once in a while, it will get stuck at some Percentage and I will have to eventually cancel the workflow, figure out how many emails were sent, and then skip that many emails in order to avoid sending duplicate emails. The process of figuring out how many were sent is currently taking the % of the tool at cancellation minus 50%(since that is where it starts), Multiplying it by 2, and then multiplying that % by the number of lines to get the approximate line of data where it froze up, and then reaching out to individuals to see if they received the email to narrow down exactly where the error occurred. 

 

Example: 60% - 50%= 10% * 2 = 20% * 1249 = 249.8.

 

This has been pretty accurate in the past, but obviously is not ideal. Is there no way for it to show us how many were sent even if we cancelled the workflow mid processing of the tool?

 

0 Likes

Our company is loving the Insight's Tool, but I am constantly being asked by users if they can export the data behind the graphs that is feeding in. For example we have an inventory dashboard for vehicles that starts at a Corporate level, but is drillable down to a "Regional" and then even more focused "Managed Area" level. Once users get down to the "Managed Area" level they want to export the line level data that is feeding into the Insight chart to actually view, work, and action the data at a vehicle level. 

 

Essentially an option to export the data feeding into the graphs. 

0 Likes

Since we know Alteryx uses R for a lot of its predictive and data analysis tools. It takes a while to run the workflow whenever there is R based tool is involved. I was told by a solution engineer that its because its opening and closing R in the background.

 

Sometimes my workflow has a bunch of tools which are running R in the background and it takes forever to run the workflow.

 

I think there should be a user setting which allows user to choose if the want to start R along with Alteryx and keep it running in the background.

 

Thanks,

0 Likes

Hello,

 

If I go to Options --> Advanced Options --> System Settings, why do I have to click [Next] button several times before I can get to the "Engine" tab at  the very bottom? Why not simply create a user-friendly UI screen where we could directly navigate to the section we desire?

 

Please improve the UI.

 

Thanks!

0 Likes

This is more of an enhancement than a new idea.  When building an application and upon success using separate browsers to display the results, it would be nice to be able to give the browser windows a title.  Currently you see Browse (22) and Browse (38) etc.  My app checks a certain key value in multiple tables/files and presents the table results if found.  I need to rename the data to know which file the data is coming from whereas if the browser windows had a title, you would know from which file they represent.  The titles could be added in the interface designer (see attached)

 

 

Top Liked Authors