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

Hi All,

 

Issue: 

 

When input <List of Sheet Names>, Alteryx will assign data type and size accordingly.

 

Example: 

FileSheet NameData TypeSize
Book1MTD 매출 조회V_WString9
Book2MTD 매출 (KT&G)V_WString13

 

It become a problem, when input with multiple files with wildcard (Input file Book*xlsx).

It will be skipped due to "has a different schema than the 1st file in the set and will be skipped"

 

Solution:

Very simple, always same data type and size, like in formula tool. V_Wstring, with size 1073741823.

0 Likes

Dear Community,

 

could you please change the path processing of the alteryx app interface so that we can paste path links with quotation marks without getting an error by the alteryx app?

this would enhance workflow speed because one cannot save folder location for the interface to search for first when browsing files. it always begins at the pc level or something. 

so the workaround would be to just paste the file location path in the browser window of the interface, then pressing browse again to just scroll through the wished folder. 

this idea is not only for the purpose of the workaround but also for itself worth it. 

in windows one can easily copy file paths by holding down shift and right mouse click and the clicking on "copy path" . the copy is in the clipboard which i would like to pass to the alteryx app just like this without the necessity to remove the quotation marks as this costs time and is difficult when paths are long. 

 

thank you

0 Likes

Using Email tool, you are not able to send email via SMTP server that uses STARTTLS protocol and self-signed certificate for completing the handshake between the client and the server. You face an error:

unnamed.png

 

This is due to the fact that the Alteryx Designer SMTP client uses cURL and it does not read the Microsoft cert store, but instead looks at a specific .pem file listed in the installation directory: {AlteryxInstall}\bin\RuntimeData\Certificates\cacert.pem

 

I would really appreciate if Alteryx Designer will be able to look into the Microsoft certificates store so that it should be able to use self-signed certificates available there.

Self-signed certificates are often use in the companies in order to get more secures their own communications.

Thanks

 

please refer to the case #00447188 for more details

0 Likes

The ARIMA tool provides a ton of valuable information with just a small amount of effort.  And the "I" anchor efficiently outputs test results to evaluate the effectiveness of the model.

 

Annoyingly, in the Browse tool off the "I" anchor, test definitions such as MPE/MAPE/MASE cannot be read when hovering without widening the Configuration window beyond the chart above.   Definitions have a wider range than the chart itself.  The user has to manually widen and then subsequently unwiden the Configuration window to read.

 

Idea would be for the tooltips when hovering to be as wide as the chart above.  That would avoid repetitive resizing of the Configuration window.

 

Capture.PNG

0 Likes

It would be nice to have 2 tier tool annotations.  

 

Tier 1 would be akin to an H1 title and serve as a condensed descriptive title the user creates.  

 

Tier 2 would be analogous to the current annotation option and provide a mechanism to provide specific details regarding the operation being performed by a specific tool (relative to the workflow).

 

The default might be to show Tier 1 and hide Tier 2.  A user would have the option to show all Tier 2 annotations or chose to show select Tier 2 annotations (much like the current annotation show/hide options).  An alternative option might be two depict Tier 2 as a hover over tool tip.  

 

Thoughts?

 

  

  • Enhancement
0 Likes

On the canvas, underneath the Run button, there are zoom out and zoom in buttons. It would be lovely if between them existed a number box indicating the current zoom level of the canvas. This would operate much like my web browser, which typically shows 100% unless I have zoomed in or out. Bonus points if the button is clickable to reset to the default zoom level.

0 Likes

Hi Team,

 

As the formula design that able to stack multiple formula in once. There should have more things there.

 

1. Error Icon for formula have Error

Can you find which row have error in seconds?

Pang_Hee_Choy_1-1619408302271.png

We had to count to find which formula had error!!!!

and how about now?

Pang_Hee_Choy_2-1619408351228.png

 

At least, do have an icon or anything significant thing that let us found it in second and WITHOUT COUNT!!!

 

2. buttons to expand all/ collapse all.

It was normal that we need to review formula in again in future.

So, you need to click one by by to view all the formulas?

0 Likes

Please consider making the Count Record tool configurable so that users can receive a visual read of results in canvas. This would quickly assist in ensuring a user's ability to verify a workflow is functioning as expected or not. Currently there is no in canvas visual cue tied to the counter. If a user is expecting a certain count result (e.g. zero), the user has to click on the count records function to see if the result meets expectations or not. Users may spend a lot of time checking each stage of a workflow to ensure everything is flowing appropriately. A visual cue of results would reduce that time to check. Outside of runtime errors, there is currently no visual cue to indicate a possible problem or unexpected exception to a filter or other macro.

 

Two suggestions:

 

1) Allow users to color code count results in specific count results or ranges. (e.g. if a user is expecting a zero count, allow them to change the color of the counter to red for anything not resulting in zero and green if count is zero). Or allow them to set a color range depending on the count total (e.g. a user may need some visual tolerance indicator with a count under 100 as green, 101-200 as yellow, 201-300 as orange and 300+ as red).

 

2) Show the actual count in the Count Record macro icon.

 

Thank you!

0 Likes

Would like to be able to connect to the Stibo STEP system/database as a Data Source. Some people have the Stibo server on-premise while others have it hosted in Amazon (AWS).

 

Not sure what else I could provide at this point for further details.

0 Likes

Hello Alteryx Gurus - 

 

I've got some workflows that run daily, but there are times, depending on the breaks, wherein I don't get any data from one of my data sources.  Which is actually fine, nobody did Job X today.  But it makes Alteryx puke out and I get an error message emailed to me.  Ultimately, I've got to hop into the rather voluminous log entries to determine if this was a data stream not initialized / was empty error, or something else that I actually need to care about. 

 

That being said, in the coding realm, it is relatively simple to look for specific flavors of exceptions and then just eat them without notifying people.  So, why not add something to the runtime / events panel for emailing at error time to allow for ignoring data stream not initialized errors?  In this way, I could get notified when there is a real error I need to pay attention to, and not get notified when there is no new data, which isn't really that big a deal.  

 

Thank you for attending my TED talk on enhanced error reporting and exception classification capabilities.

 

 

0 Likes

Hello

 

I have searched the community but haven't found any obvious solutions to this.

 

When using a cross tab I often find that there shouldn't be any aggregated values and if there is it means there is an issue with my data or workflow.

 

Therefore I think a useful feature would be an option for the cross tab tool to be able to return an error if it trying to aggregate any values.

 

I have a work around by using a summarize tool to count the non unique records and then a test to see if there are any duplicates but I think this could be a useful addition to the tool.

 

Thanks

0 Likes

Hi,

 

Can we get this list updated?

 

https://community.alteryx.com/t5/Videos/Video-Training-Index/td-p/45161


I think it is one of the most interesting sources of knowledge on Alteryx community but unfortunately, it wasn't updated for the last year. 


It is possible that new sessions will be added here?

0 Likes

I would like to lasso or select multiple tools and have a count of selected tools. Perhaps this count could be in a tool tip or somewhere else.

0 Likes

I would like to propose an idea for the evolution of INPUT TOOLS and OUTPUT TOOLS in relation to their compatibility with DATA CONNECTIONS configured in Settings ALTERYX.

 

Indeed, it is now possible to create a Data Connection of SQL Bulk Loader (SSVB) type and to use this DATA CONNECTION in an Input Tool. The configuration is possible (Choose the table, the query ...), when you run the Workflows it works and you get the data well.

On the other hand, when we try to click again on the INPUT Tools, there is an error message and we cannot retrieve the contained request because the File Format is unknown.

 

After analysis with the support, there is a compatibility problem between SSVB and INPUT Tools in ALTERYX because there is no support for SSVB in INPUT in ALTERYX but it is supported in OUTPUT Tool.

 

My proposal would therefore be that there be a validation made during the configuration of the INPUT Tool and the Output Tool between the DATA Connection chosen and the type of tool used.

 

Thnaks for your return.

 

Regards,

Psyrio

0 Likes

I guess it's better if the current column filter feature would cover the entire data set not just the partial results. This would be useful especially if after you run the complicated workflow and you just want to test the data particular nodes in the canvass. 

0 Likes

Today the Autofield tool transforms the fields into byte by default when it considers that the content is suitable while we expect text in it and that it can simply be a field not filled in in the context current but which may be later.

The idea would be to be able to choose which type by default to implement on text or empty fields and not the default byte because a byte field is not recognized on a formula using an IN for example which can produce errors in the following workflows.

0 Likes

Hello,

 

My idea is that the current Download tool does not handle errors and continues its path even if it does not find for example a file in the transmitted URL or if it does not find the hostname it crashes.

 

In the case of a user with several URLs in a row, this is penalizing.


In the case of downloading files with recording, it still writes a file (thus overwriting the existing file) but which is not openable and is not in the correct format. (BLOCKED file!) Which then causes problems in workflows reading these files.

 

The idea would be to put a second output to this tool for all the URLs where there was a problem (non-existent hostname, file not found, HTTP KO) and one where it received the expected elements so as not to prejudice the processing. and allow better management of error cases.

 

Regards,

Bruno

0 Likes

When using Dynamic Input with databases, the Database may be returning errors or other information that the tool cannot parse into a dataset.

 

It would be great if we could see the 'raw' response from the database somehow, as this might provide insight into why we are not getting the expected results. 

 

If the tool could output an optional error column that has the unparsed response from the database server, it might allow us to debug the problem ourselves. 

 

If the returned data is actually a string response from the database, but one that is flawed in some way, we might still be able to parse data out of it to 'ride over' the error.

0 Likes

Configuration window - Add feature to zoom in or out of the configuration window similar to the canvas.  There is alot going on in the Configuration window and it would be helpful (especially for those of us with eyesight challenges) to be able to zoom in/out similar to the Canvas. 

  • Enhancement
0 Likes

Migrate old R based charts and create new statistical charts in the interactive chart tool to provide enhanced statistical charting and visual data exploration capabilities.

 

This includes:

  • Error Bars
  • Distribution Plots
  • 2D Histograms
  • Scatterplot Matrix
  • Facet & Trellis Plots
  • Tree Plots
  • Violin Plots
  • Heatmaps
  • Log Plots
  • Parallel Coordinates Plot

This these URLs for more examples:

https://plotly.com/python/statistical-charts/

https://plotly.com/python/scientific-charts/

Top Liked Authors