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 would like to be able to have the Map Tool to change the Reference Base Map to Tom Tom CA if there is a Country column in the incoming data stream that reads "CAN".  Or change the Expand Extent from the default 10(%) to the number that's in a column called "Extent".

 

Right now I can only do it using the Macro interface tool, but I still have to make my selection after I select which data point(s) I'm using.

 

I want it to generate specific-format maps based on the input data I provide, so it could run automatically.

 

I guess, aside from the Spatial Field, Grouping Field, Thematic Field, and Label Fields, I'd love a Configurations Field(s).

0 Likes

amcghee6_0-1580399446000.png

For example, allowing the letters in front of the column titles to be formatted differently to make them stand out on a report. 

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

I've run into an issue where I'm using an Input (or dynamic input) tool inside a macro (attached) which is being updated via a File Browse tool. Being that I work at a large company with several data sources; so we use a lot of Shared (Gallery) Connections. The issue is that whenever I try to enter any sort of aliased connection (Gallery or otherwise), it reverts to the default connection I have in the Input or Dynamic Input tool. It does not act this way if I use a manually typed connection string.

 

Initially, I thought this was a bug; so I brought it to Support's attention. They told me that this was the default action of the tool. So I'm suggesting that the default action of Input and Dynamic Input tools be changed to allow being overridden by Aliased connections with File Browse and Action tools. The simplest way to implement this would probably be to translate the alias before pushing it to the macro.

0 Likes

It would be nice to have the option to open a macro from the configuration window.  I often use the find tool to locate macros and sometimes they are in collapsed tool containers or buried under other tools and it makes it difficult to right click on the tool itself.  The find tool brings up the configuration window so if there was a button on that window it would make opening the macro more efficient.

 

0 Likes

Hi - I was attempting to build a workflow as an analytics app that could notify the user with a message when there is fallout from certain joins that needs to be reviewed. Not all fallout is bad fallout, so I would not want the message to stop the workflow form running, but rather give a friendly reminder to verify that the fallout is okay or immaterial. It is my understanding that their is currently not a solution to this after speaking with the support staff.

 

Thanks,

Trevor

0 Likes

It would be extremely useful to be able to modify a tool parameter with a single row output from another tool within the same workflow.  My current solution is to use either the Append Fields tool or embed the other tool into a batch macro with a single row as the input.  This would greatly simplify workflows and allow for a much more robust "programmatic" approach to workflow development.

0 Likes

I´ve looked in the forums, and the idea is new, although it has similarities to others. Since Alteryx already supports Crtl+c and Crtl+v - why not support "F4" as well. In ALL MS-Office programs it repeats the last step and thus eases the burden on mouse and user...

 

I realize that repeating a whole process might (!) not be feasible - but single steps (e.g. "Formatting to the similar size like the last item....") would already be very helpful.

 

Since Tableau does not offer this - and it has a lot more to format and repeat - Alteryx could gain in UI-friendliness...

 

0 Likes

It would be great if it were possible in future to adjustment Analytic App buttons.

 

For example Run instead of Finish or so... and so on!?!

 

Best regards

Mathias

0 Likes

It would be nice to have the expression box (found in formula tools etc.) and the join selection (found on joins etc.) as interface tools.

0 Likes

Hi everybody! As you can read here I had the necessity to insert a macro (publish to tableau server) at the end of a self-made app.

 

I have actually found 2 different ways to solve the problem:

 

1) Turn the macro into an app and use 2 chained apps.

2) Copy and paste tools (normal and interface) from the macro to my app.

 

Both solution work, but both require some (quite a lot to be honest) editing and re-work that actually is already done. It's kind of like to re-invent the wheel!

 

A quick way to merge 2 configuration interfaces would be really usefull.

 

 

0 Likes

Hey guys!!

 

I was just thinking... they might not need to fully build out a python ide, but could still reach the same objective.

 

You should be able to keep a python file on its own and call it in r.  By doing this, you might be able to have the json/xml handling of python with the visual/stats power of R while it being nicely bundled in your workflow.  This uses base functions in r and does a good job turning a pandas dataset to an r dataframe you can move along your workflow.

 

You could always just use this same idea to write a file somewhere and once it's written, your workflow will continue.  If you do, the code is literally 1 line in r...  Anyway, let me know your thoughts! 🙂

 

Will this work for your organization?

 

https://www.linkedin.com/pulse/using-python-r-windows-7-subhash-jaini?trk=hp-feed-article-title-publ...

0 Likes

The community could benefit from easier integration of splitting and applying functions to grouped data. The summarize tool is great for splitting your data and applying summary statistical functions. It would be super useful to take that block just one step further, and allow users to apply any other (aggregate) function to their grouped data instead of just the built-in functions in the summarize tool. I would envision that aggregate function either being a custom function that is a combination of existing user-specified functions within Alteryx (e.g. in the formula tool) and/or even an interface that allows you to use other Alteryx macros on the grouped data.

 


Apply user-defined functions, or other powerful Alteryx macros to grouped and data is a very common operation in the data analyst's daily workflows and being able to apply them without reverting to batch/iterative macros in a seamless manner would be naturally helpful.

 

https://ramnathv.github.io/pycon2014-r/explore/sac.html

Top Liked Authors