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

when you bring in a comment box or tool container to your canvas it should come in with your preferred defaults for  fill colors, font color & size, etc.  I have specific color schemes to identify what my comments are for and one scheme that I use most often has font size, position & color, and background color that I have to set every time i bring in a new comment box.

 

 I LOVE working in Alteryx it because unlike excel you set a "macro" to perform repeating operations once and then ignore them to do your real work.  This concept should extend to the little things within Alteryx, i.e. settings for preferred defaults for comment boxes & tool containers. 

0 Likes

I know y'all are working on data lineage for some future offering and it is very much needed. For highest quality results, please make logs a primary source of lineage information. Being able to use dynamic naming with some tools and macros makes the names in the workflows simple foobar placeholders and do not reflect what actually happened. Today Connect doesn't use logs and leaves many lineage gaps because of this

 

Please move this to a more appropriate category if needed. This future feature work is not part of Connect.

0 Likes

Hello all,

 

My idea is very simple, and this is most likely I'm used to do. After highlighting the fields in the select tool, the next action is to click Options and to apply what to do. My idea is just after highlighting, right click on mouse button to go exactly on Options menu. Just a simple right click. I think this behavior is most likely comes from Microsoft, I'm used to select multiple lines or cells and with right click to do the next action. It's a simple, but powerful. What do you think?

 

Albert

0 Likes

The DateTime Tool currently displays incoming date-time data types in a dropdown menu and "If no date-time columns are present, the field appears dimmed and shows 'No Suitable Input Fields Available'". However, considering the complexity of date formats, it's beneficial to directly view the data type of incoming date-time data instead of relying solely on visual inspection. While Designer filters options based on string or date/time types automatically, having visibility into the data type ensures a more sound interpretation of the input for analysis purposes.

0 Likes

When making changes to a UI, it would be beneficial if I could move objects horizontally instead of only vertically. Additionally, being able to resize items in the interface designer could improve end user experience. Currently I have List Boxes that are cutting off some words in a workflow and if I could extend the box or wrap the text then I wouldn't lose any context. 

 

The second idea is the freedom to sort the workflows in collections that I control in anyway that I choose.

0 Likes

I pull data from APIs frequently in my workflow, which has some potential for error if the API is unavailable.  I would love to be able to develop the workflow without having to add in some text box place holders or record count feature to allow the remainder of the workflow to run without error and potentially be able to try the API again so if "Invalid authentication" route to a section that will regenerate an authentication and retry the data call.  I have currently worked out some hacks to be able to work through the issue but it makes the workflow very messy.  A tool like the Detour tour that goes if value contains 400 go this way.  If value contains 200 then close off this container and continue on the other one.   Maybe the request is to allow the detour tool to be set to a specific value and maybe have multiple route options  if A then do connection one,  if B then do connection two or If C then do connection three.

 

 

0 Likes

I think it would be very helpful (and very easy) to add metadata to a yxdb with the name and location of the workflow that created or most recently updated that file. Right now I have to add a column to the data frame with a formula tool with the location, which puts the filepath on every single line, and is not how I want to present a finished product dataset to a superior. Thank you!

0 Likes

Currently, you can only type forward in the Description Window in the Meta Info tab.  So once your description is in there for your workflow, you have to retype the information or type it in notepad and save it back in there. It would be nice if you could type on any previous line in that window.

 

It would be nice to also have some additional fields that appear to be common among the community, such as Data Sources and Purpose.  That way you could use the Description window for version notes and any other notes for the user.

0 Likes

The Directory tool should also retrieve the author/creator name of a file along with an audit trail of anyone that made changes to the file. The audit trail option may need to be a different preparation tool but the information would be useful.

0 Likes

Providing detailed information about inputs, outputs, data sources and assumptions provides useful information to us that may not always be obvious within a workflow, especially one with many tools used. While the comment tool is useful, and I enjoy the customization options, I think some updates to the annotation tool would be useful.

 

One improvement I would like to see is the ability to summarize and download all annotations to a PDF document; color coding the annotations according to the tool used would also be helpful. Having this information readily available for presentation purposes or for enterprise-wide users of workflows would be beneficial. 

 

If this is already possible, please let me know!

0 Likes

The Find Nearest tool allows setting a distance in units of miles and kilometers. It would be incredibly convenient to specify units of feet or meters also. I find that in most instances, 1 mile is vastly large for the analysis I am working on and I have to include additional logic to confirm incorrect matching is not occurring.

0 Likes

When opening the File Open dialog in Designer for loading a file from the Gallery, the default location inside the Gallery is set to "All Locations". 

2024-05-07 08_28_10-Alteryx Designer x64 - New Workflow1.png

In most of the cases, a developer does not want to work on a workflow produced by a random other person having stored a workflow in the Gallery but on his own workflows. Thus, the default should be "My Private Studio".

2024-05-07 08_28_32-Alteryx Designer x64 - New Workflow2.png

Please apply the change to open the file open dialog with "My Private Studio" selected.

0 Likes

Hey team,

 

I like the profiling function in the browser. Unfortunately, there is not built-in export function. Would it be possible to implement a function to export the profiling results into excel and PDF?

 

Thanks,

Christoph

0 Likes

I have been creating tools that access API data that needs a valid token that does expire.  I use iterative macros because I sometimes need to do offsets and loop around but I also need to confirm that the token is still valid and there is a limit of how many time you can generate a token on a run so I don't want to regenerate the token on each loop.  I sometimes can use the filter tool to accomplish this goal but I have to do some weird place holder stuff so it does not error if no data is coming through.  A nice to have would be if you could have it configure like you do the radio button input to say if value is YES then keep this part of the workflow on if value is "NO" then turn off this sections.

0 Likes

Hello,
Frequently when using the 'Show Field Map' option in a Macro Input I utilize an Action Tool with the 'Update Select with Reverse Field Map' action later in the workflow. When trying to use workflow debug to test the functionality of the macro, Designer throws an error stating the 'Action ReverseFieldMap: can't update from a macro input in an Analytic App.' This makes sense since there are no user supplied fields names in the input data stream to use for the reverse field mapping. However, this prevents me from using of the workflow debugger. The workaround is to manually delete the Action Tool prior to using the debugger. I can then test the macro to ensure the proper functionality. I don't expect the fields names to be anything other than those I supplied as Template Inputs to the Macro Input. This workaround is cumbersome especially if the workflow requires multiple reverse mapping actions. Not to mention I have to remember to undo the delete when updating the workflow after testing.

 

I suggest an automated process is needed to remove any Action Tools using the reverse field map action from a workflow when the debug workflow is being built for testing. If needed, maybe supply a prompt indicating they were removed. This would allow a smoother transition between macro development and debugging. 

 

reverse_field_map_error_workflow.PNG
 

 

0 Likes

Have Alteryx have different colored lines for the different paths that come in and go out from a tool like how Excel colors references in a formula.

0 Likes

Currently there are forecasting tools under time series (prediciting for the future). But can a back casting function/tool be added to predict historic data points.

0 Likes

It would be neat to add a feature to the Output tool to allow grouping by rows, with all the data related to the group column viewable under a drop-down of the selected field. 

 

I've heard that this is possible with a power pivot but would be a nice feature in Alteryx.

 

Ex. A listing of all customers in a specific city -> Group by the "Neighborhood" column, the output should be a list of all neighborhoods in the city, with an option to drop down on each neighborhood to see its residents and their relevant data. 

 

Thanks!

0 Likes

Screenshot 2024-03-08 070500.PNG.jpg

 

I would like to suggest that right-click on the tab allows the user the ability to EDIT the workflow name/path and save updates by use of an ENTER key press.

 

Cheers,

 

Mark

0 Likes

My Backstory:

I am currently what you would call an "independent" data analyst.  I currently work for a major US based bank and I am trying to change roles to a data analytics role within said company.  Many of our data analytics teams use (or are migrating to) Alteryx.  I myself love the program.  I have now attained the Core certification.  As I have yet to be hired as a data analyst I am currently independently learning and building skills...but as of right now, it seems that data analytics is more of a hobby. 

 

Issue: 

I think there are a lot of people out there who are in my shoes.  They are either migrating to a data analytics role or are a former analyst just wanting to keep doing what they like doing or are freelancers.  Alteryx is an amazing tool.  But, the big issue is that we can get the free cert/license...but after a time...we will lose access at some point.  Unless we find an employer who can purchase the license for us.

 

How it Effects the parties involved: 

As stated above, I love Alteryx.  I would absolutely love to continue using it.  But, I am not in a place right now where my company is considering me for a data analytics role.  I also barely make enough to survive and would probably take me a lifetime to raise the funds for a full license on my own.  In the end, if i were to never get a data analytics role with my current employer or new employer that would be able to give me access...I would have to seriously think about abandoning the Alteryx system as a tool as I cannot spend $5000 on a what is currently a hobby.  After my learners license time is up...what do I do?

 

Now as for how it effects Alteryx...I would think that having people chose whether to use the software or not use the software because of financials wouldn't be the best option for business.

 

A Possible Fix:

A monthly subscription license.  You could have a lite version where the advanced tools are not usable.  Maybe even make a tiered subscription model.  For example, a Core subscription that has the core learner tools and maybe some of the other tools that would allow someone to do basic analysis.  Then a more advanced tier with more tools for a higher monthly rate.  And so on...

 

This would allow people such as myself the ability to continue to use Alteryx...and spread the good word about it to others.  It would also allow people to continue to truly master the software.  I imagine this could also make Alteryx more of a name brand within the data community...and bring it to the attention of other corporations who would then have a user base coming into the company WITH the more advanced skills to use the system built-in.  Rather than a company adopting software that they then have to train the users and going thru the growing pains of that.  Again, we would-be-monthly-subscribers wouldn't need all the fancy tools.

 

To wrap it all up, I love Alteryx.  I wish I was able to continue using it.  But, as I near my learner license end date, I have to think: how am I going to continue?  Do I just hope and pray I eventually find a department/company who will let me back into the cool kids club?  Do I look for something similar and move away from this simply because I have access?

 

I appreciate you taking the time to hear me out.  😀

Top Liked Authors